class Aws::NimbleStudio::Types::PutLaunchProfileMembersRequest

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

data as a hash:

    {
      client_token: "ClientToken",
      identity_store_id: "__string", # required
      launch_profile_id: "__string", # required
      members: [ # required
        {
          persona: "USER", # required, accepts USER
          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] launch_profile_id

@return [String]

@!attribute [rw] members

@return [Array<Types::NewLaunchProfileMember>]

@!attribute [rw] studio_id

@return [String]

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

Constants

SENSITIVE