Class: Aws::NimbleStudio::Types::PutStudioMembersRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::NimbleStudio::Types::PutStudioMembersRequest
- 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.
-
#identity_store_id ⇒ String
The ID of the identity store.
-
#members ⇒ Array<Types::NewStudioMember>
A list of members.
-
#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.
2198 2199 2200 2201 2202 2203 2204 2205 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2198 class PutStudioMembersRequest < Struct.new( :client_token, :identity_store_id, :members, :studio_id) SENSITIVE = [] include Aws::Structure end |
#identity_store_id ⇒ String
The ID of the identity store.
2198 2199 2200 2201 2202 2203 2204 2205 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2198 class PutStudioMembersRequest < Struct.new( :client_token, :identity_store_id, :members, :studio_id) SENSITIVE = [] include Aws::Structure end |
#members ⇒ Array<Types::NewStudioMember>
A list of members.
2198 2199 2200 2201 2202 2203 2204 2205 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2198 class PutStudioMembersRequest < Struct.new( :client_token, :identity_store_id, :members, :studio_id) SENSITIVE = [] include Aws::Structure end |
#studio_id ⇒ String
The studio ID.
2198 2199 2200 2201 2202 2203 2204 2205 |
# File 'lib/aws-sdk-nimblestudio/types.rb', line 2198 class PutStudioMembersRequest < Struct.new( :client_token, :identity_store_id, :members, :studio_id) SENSITIVE = [] include Aws::Structure end |