class Aws::Chime::Types::CreateAppInstanceRequest

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

data as a hash:

    {
      name: "NonEmptyResourceName", # required
      metadata: "Metadata",
      client_request_token: "ClientRequestToken", # required
      tags: [
        {
          key: "TagKey", # required
          value: "TagValue", # required
        },
      ],
    }

@!attribute [rw] name

The name of the `AppInstance`.
@return [String]

@!attribute [rw] metadata

The metadata of the `AppInstance`. Limited to a 1KB string in UTF-8.
@return [String]

@!attribute [rw] client_request_token

The `ClientRequestToken` of the `AppInstance`.

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

@!attribute [rw] tags

Tags assigned to the `AppInstanceUser`.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/chime-2018-05-01/CreateAppInstanceRequest AWS API Documentation

Constants

SENSITIVE