Class: Aws::NimbleStudio::Types::DeleteLaunchProfileMemberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::DeleteLaunchProfileMemberRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-nimblestudio/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
-
#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
#client_token ⇒ String
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
598 599 600 601 602 603 604 605 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 598 class DeleteLaunchProfileMemberRequest < Struct.new( :client_token, :launch_profile_id, :principal_id, :studio_id) SENSITIVE = [] include Aws::Structure end |
#launch_profile_id ⇒ String
The ID of the launch profile used to control access from the streaming session.
598 599 600 601 602 603 604 605 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 598 class DeleteLaunchProfileMemberRequest < Struct.new( :client_token, :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.
598 599 600 601 602 603 604 605 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 598 class DeleteLaunchProfileMemberRequest < Struct.new( :client_token, :launch_profile_id, :principal_id, :studio_id) SENSITIVE = [] include Aws::Structure end |
#studio_id ⇒ String
The studio ID.
598 599 600 601 602 603 604 605 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 598 class DeleteLaunchProfileMemberRequest < Struct.new( :client_token, :launch_profile_id, :principal_id, :studio_id) SENSITIVE = [] include Aws::Structure end |