Class: Aws::NimbleStudio::Types::GetLaunchProfileDetailsRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::GetLaunchProfileDetailsRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#launch_profile_id ⇒ String
The ID of the launch profile used to control access from the streaming session.
-
#studio_id ⇒ String
The studio ID.
Instance Attribute Details
#launch_profile_id ⇒ String
The ID of the launch profile used to control access from the streaming session.
944 945 946 947 948 949 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 944 class GetLaunchProfileDetailsRequest < Struct.new( :launch_profile_id, :studio_id) SENSITIVE = [] include Aws::Structure end |
#studio_id ⇒ String
The studio ID.
944 945 946 947 948 949 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 944 class GetLaunchProfileDetailsRequest < Struct.new( :launch_profile_id, :studio_id) SENSITIVE = [] include Aws::Structure end |