Class: Aws::NimbleStudio::Types::DeleteStudioMemberRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::DeleteStudioMemberRequest
- 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.
-
#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.
793 794 795 796 797 798 799 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 793 class DeleteStudioMemberRequest < Struct.new( :client_token, :principal_id, :studio_id) SENSITIVE = [] include Aws::Structure end |
#principal_id ⇒ String
The principal ID. This currently supports a IAM Identity Center UserId.
793 794 795 796 797 798 799 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 793 class DeleteStudioMemberRequest < Struct.new( :client_token, :principal_id, :studio_id) SENSITIVE = [] include Aws::Structure end |
#studio_id ⇒ String
The studio ID.
793 794 795 796 797 798 799 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 793 class DeleteStudioMemberRequest < Struct.new( :client_token, :principal_id, :studio_id) SENSITIVE = [] include Aws::Structure end |