Class: Aws::ResourceExplorer2::Types::GetViewOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::GetViewOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:tags]
Instance Attribute Summary collapse
-
#tags ⇒ Hash<String,String>
Tag key and value pairs that are attached to the view.
-
#view ⇒ Types::View
A structure that contains the details for the requested view.
Instance Attribute Details
#tags ⇒ Hash<String,String>
Tag key and value pairs that are attached to the view.
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 |
#view ⇒ Types::View
A structure that contains the details for the requested view.
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 |