Class: Aws::ResourceExplorer2::Types::GetManagedViewOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::GetManagedViewOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#managed_view ⇒ Types::ManagedView
Details about the specified managed view.
Instance Attribute Details
#managed_view ⇒ Types::ManagedView
Details about the specified managed view.
500 501 502 503 504 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 500 class GetManagedViewOutput < Struct.new( :managed_view) SENSITIVE = [] include Aws::Structure end |