Class: Aws::ResourceExplorer2::Types::CreateViewOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::CreateViewOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#view ⇒ Types::View
A structure that contains the details about the new view.
Instance Attribute Details
#view ⇒ Types::View
A structure that contains the details about the new view.
296 297 298 299 300 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 296 class CreateViewOutput < Struct.new( :view) SENSITIVE = [] include Aws::Structure end |