You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Chime::Types::CreateAppInstanceRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing CreateAppInstanceRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  name: "NonEmptyResourceName", # required
  metadata: "Metadata",
  client_request_token: "ClientRequestToken", # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#client_request_tokenString

The ClientRequestToken of the app instance.

Returns:

  • (String)

    The ClientRequestToken of the app instance.

#metadataString

The metadata of the app instance. Limited to a 1KB string in UTF-8.

Returns:

  • (String)

    The metadata of the app instance.

#nameString

The name of the app instance.

Returns:

  • (String)

    The name of the app instance.