Class: Aws::ResourceExplorer2::Types::GetViewOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[:tags]

Instance Attribute Summary collapse

Instance Attribute Details

#tagsHash<String,String>

Tag key and value pairs that are attached to the view.

Returns:

  • (Hash<String,String>)


533
534
535
536
537
538
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 533

class GetViewOutput < Struct.new(
  :tags,
  :view)
  SENSITIVE = [:tags]
  include Aws::Structure
end

#viewTypes::View

A structure that contains the details for the requested view.

Returns:



533
534
535
536
537
538
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 533

class GetViewOutput < Struct.new(
  :tags,
  :view)
  SENSITIVE = [:tags]
  include Aws::Structure
end