Class: Aws::ResourceExplorer2::Types::GetServiceViewInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ResourceExplorer2::Types::GetServiceViewInput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resourceexplorer2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#service_view_arn ⇒ String
The Amazon Resource Name (ARN) of the service view to retrieve details for.
Instance Attribute Details
#service_view_arn ⇒ String
The Amazon Resource Name (ARN) of the service view to retrieve details for.
679 680 681 682 683 |
# File 'lib/aws-sdk-resourceexplorer2/types.rb', line 679 class GetServiceViewInput < Struct.new( :service_view_arn) SENSITIVE = [] include Aws::Structure end |