Class: Aws::ResourceExplorer2::Types::GetServiceViewOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::GetServiceViewOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#view ⇒ Types::ServiceView
A ‘ServiceView` object that contains the details and configuration of the requested service view.
Instance Attribute Details
#view ⇒ Types::ServiceView
A ‘ServiceView` object that contains the details and configuration of the requested service view.
692 693 694 695 696 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 692 class GetServiceViewOutput < Struct.new( :view) SENSITIVE = [] include Aws::Structure end |