class Aws::NimbleStudio::Types::ListLaunchProfilesRequest

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

data as a hash:

    {
      max_results: 1,
      next_token: "__string",
      principal_id: "__string",
      states: ["__string"],
      studio_id: "__string", # required
    }

@!attribute [rw] max_results

@return [Integer]

@!attribute [rw] next_token

@return [String]

@!attribute [rw] principal_id

@return [String]

@!attribute [rw] states

@return [Array<String>]

@!attribute [rw] studio_id

@return [String]

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

Constants

SENSITIVE