Class: Aws::AppConfig::Types::GetApplicationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppConfig::Types::GetApplicationRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appconfig/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#application_id ⇒ String
The ID of the application you want to get.
Instance Attribute Details
#application_id ⇒ String
The ID of the application you want to get.
1625 1626 1627 1628 1629 |
# File 'lib/aws-sdk-appconfig/types.rb', line 1625 class GetApplicationRequest < Struct.new( :application_id) SENSITIVE = [] include Aws::Structure end |