Class: Aws::SMS::Types::LaunchAppRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::SMS::Types::LaunchAppRequest
- 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.
953 954 955 956 957 |
# File 'lib/aws-sdk-sms/types.rb', line 953 class LaunchAppRequest < Struct.new( :app_id) SENSITIVE = [] include Aws::Structure end |