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.
340 341 342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 340 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.
340 341 342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 340 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.
340 341 342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 340 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.
340 341 342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 340 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.
340 341 342 343 344 345 346 347 348 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 340 class ComponentSummary < Struct.new( :application_id, :component_id, :component_type, :tags, :arn) SENSITIVE = [] include Aws::Structure end |