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.
725 726 727 728 729 730 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 725 class GetViewOutput < Struct.new( :view, :tags) SENSITIVE = [:tags] include Aws::Structure end |
#view ⇒ Types::View
A structure that contains the details for the requested view.
725 726 727 728 729 730 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 725 class GetViewOutput < Struct.new( :view, :tags) SENSITIVE = [:tags] include Aws::Structure end |