Class: Aws::SsmSap::Types::GetComponentInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::GetComponentInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the application.
-
#component_id ⇒ String
The ID of the component.
Instance Attribute Details
#application_id ⇒ String
The ID of the application.
625 626 627 628 629 630 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 625 class GetComponentInput < Struct.new( :application_id, :component_id) SENSITIVE = [] include Aws::Structure end |
#component_id ⇒ String
The ID of the component.
625 626 627 628 629 630 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 625 class GetComponentInput < Struct.new( :application_id, :component_id) SENSITIVE = [] include Aws::Structure end |