Class: Aws::NimbleStudio::Types::GetLaunchProfileInitializationRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::GetLaunchProfileInitializationRequest
- Defined in:
- gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb
Overview
Note:
When making an API call, you may pass GetLaunchProfileInitializationRequest data as a hash:
{
launch_profile_id: "String", # required
launch_profile_protocol_versions: ["String"], # required
launch_purpose: "String", # required
platform: "String", # required
studio_id: "String", # required
}
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_profile_id ⇒ String
The Launch Profile ID.
-
#launch_profile_protocol_versions ⇒ Array<String>
The launch profile protocol versions supported by the client.
-
#launch_purpose ⇒ String
The launch purpose.
-
#platform ⇒ String
The platform where this Launch Profile will be used, either WINDOWS or LINUX.
-
#studio_id ⇒ String
The studio ID.
Instance Attribute Details
#launch_profile_id ⇒ String
The Launch Profile ID.
1250 1251 1252 1253 1254 1255 1256 1257 1258 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1250 class GetLaunchProfileInitializationRequest < Struct.new( :launch_profile_id, :launch_profile_protocol_versions, :launch_purpose, :platform, :studio_id) SENSITIVE = [] include Aws::Structure end |
#launch_profile_protocol_versions ⇒ Array<String>
The launch profile protocol versions supported by the client.
1250 1251 1252 1253 1254 1255 1256 1257 1258 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1250 class GetLaunchProfileInitializationRequest < Struct.new( :launch_profile_id, :launch_profile_protocol_versions, :launch_purpose, :platform, :studio_id) SENSITIVE = [] include Aws::Structure end |
#launch_purpose ⇒ String
The launch purpose.
1250 1251 1252 1253 1254 1255 1256 1257 1258 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1250 class GetLaunchProfileInitializationRequest < Struct.new( :launch_profile_id, :launch_profile_protocol_versions, :launch_purpose, :platform, :studio_id) SENSITIVE = [] include Aws::Structure end |
#platform ⇒ String
The platform where this Launch Profile will be used, either WINDOWS or LINUX.
1250 1251 1252 1253 1254 1255 1256 1257 1258 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1250 class GetLaunchProfileInitializationRequest < Struct.new( :launch_profile_id, :launch_profile_protocol_versions, :launch_purpose, :platform, :studio_id) SENSITIVE = [] include Aws::Structure end |
#studio_id ⇒ String
The studio ID.
1250 1251 1252 1253 1254 1255 1256 1257 1258 |
# File 'gems/aws-sdk-nimblestudio/lib/aws-sdk-nimblestudio/types.rb', line 1250 class GetLaunchProfileInitializationRequest < Struct.new( :launch_profile_id, :launch_profile_protocol_versions, :launch_purpose, :platform, :studio_id) SENSITIVE = [] include Aws::Structure end |