Class: Aws::SsmSap::Types::GetApplicationInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SsmSap::Types::GetApplicationInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssmsap/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_registry_arn ⇒ String
The Amazon Resource Name (ARN) of the application registry.
-
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the application.
-
#application_id ⇒ String
The ID of the application.
Instance Attribute Details
#app_registry_arn ⇒ String
The Amazon Resource Name (ARN) of the application registry.
589 590 591 592 593 594 595 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 589 class GetApplicationInput < Struct.new( :application_id, :application_arn, :app_registry_arn) SENSITIVE = [] include Aws::Structure end |
#application_arn ⇒ String
The Amazon Resource Name (ARN) of the application.
589 590 591 592 593 594 595 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 589 class GetApplicationInput < Struct.new( :application_id, :application_arn, :app_registry_arn) SENSITIVE = [] include Aws::Structure end |
#application_id ⇒ String
The ID of the application.
589 590 591 592 593 594 595 |
# File 'lib/aws-sdk-ssmsap/types.rb', line 589 class GetApplicationInput < Struct.new( :application_id, :application_arn, :app_registry_arn) SENSITIVE = [] include Aws::Structure end |