class Aws::NimbleStudio::Types::PutStudioMembersRequest

@note When making an API call, you may pass PutStudioMembersRequest

data as a hash:

    {
      client_token: "ClientToken",
      identity_store_id: "__string", # required
      members: [ # required
        {
          persona: "ADMINISTRATOR", # required, accepts ADMINISTRATOR
          principal_id: "__string", # required
        },
      ],
      studio_id: "__string", # required
    }

@!attribute [rw] client_token

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] identity_store_id

@return [String]

@!attribute [rw] members

@return [Array<Types::NewStudioMember>]

@!attribute [rw] studio_id

@return [String]

@see docs.aws.amazon.com/goto/WebAPI/nimble-2020-08-01/PutStudioMembersRequest AWS API Documentation

Constants

SENSITIVE