Class: Aws::SsmSap::Types::ComponentSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::ComponentSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
The summary of the component.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the application.
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the component summary.
-
#component_id ⇒ String
The ID of the component.
-
#component_type ⇒ String
The type of the component.
-
#tags ⇒ Hash<String,String>
The tags of the component.
Instance Attribute Details
#application_id ⇒ String
The ID of the application.
372 373 374 375 376 377 378 379 380 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 372 class ComponentSummary < Struct.new( :application_id, :component_id, :component_type, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#arn ⇒ String
The Amazon Resource Name (ARN) of the component summary.
372 373 374 375 376 377 378 379 380 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 372 class ComponentSummary < Struct.new( :application_id, :component_id, :component_type, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#component_id ⇒ String
The ID of the component.
372 373 374 375 376 377 378 379 380 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 372 class ComponentSummary < Struct.new( :application_id, :component_id, :component_type, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#component_type ⇒ String
The type of the component.
372 373 374 375 376 377 378 379 380 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 372 class ComponentSummary < Struct.new( :application_id, :component_id, :component_type, :tags, :arn) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags of the component.
372 373 374 375 376 377 378 379 380 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 372 class ComponentSummary < Struct.new( :application_id, :component_id, :component_type, :tags, :arn) SENSITIVE = [] include Aws::Structure end |