Class: Aws::NimbleStudio::Types::GetLaunchProfileMemberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::GetLaunchProfileMemberRequest
- 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.
-
#principal_id ⇒ String
The principal ID.
-
#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.
1035 1036 1037 1038 1039 1040 1041 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1035 class GetLaunchProfileMemberRequest < Struct.new( :launch_profile_id, :principal_id, :studio_id) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
The principal ID. This currently supports a IAM Identity Center UserId.
1035 1036 1037 1038 1039 1040 1041 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1035 class GetLaunchProfileMemberRequest < Struct.new( :launch_profile_id, :principal_id, :studio_id) SENSITIVE = [] include Aws::Structure end |
#studio_id ⇒ String
The studio ID.
1035 1036 1037 1038 1039 1040 1041 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 1035 class GetLaunchProfileMemberRequest < Struct.new( :launch_profile_id, :principal_id, :studio_id) SENSITIVE = [] include Aws::Structure end |