Class: Aws::ResourceExplorer2::Types::GetDefaultViewOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#view_arnString

The Amazon resource name (ARN) of the view that is the current default for the Amazon Web Services Region in which you called this operation.

Returns:

  • (String)


410
411
412
413
414
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 410

class GetDefaultViewOutput < Struct.new(
  :view_arn)
  SENSITIVE = []
  include Aws::Structure
end