Class: Aws::SMS::Types::GetAppLaunchConfigurationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::GetAppLaunchConfigurationRequest
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sms/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The ID of the application.
Instance Attribute Details
#app_id ⇒ String
The ID of the application.
563 564 565 566 567 |
# File 'lib/aws-sdk-sms/types.rb', line 563 class GetAppLaunchConfigurationRequest < Struct.new( :app_id) SENSITIVE = [] include Aws::Structure end |