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

Class: Aws::Chime::Types::AppInstance

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

Overview

An instance of a Chime messaging application.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_arnString

The ARN of the messaging instance.

Returns:

  • (String)

    The ARN of the messaging instance.

#created_timestampTime

The time at which an app instance was created. In epoch milliseconds.

Returns:

  • (Time)

    The time at which an app instance was created.

#last_updated_timestampTime

The time an app instance was last updated. In epoch milliseconds.

Returns:

  • (Time)

    The time an app instance was last updated.

#metadataString

The metadata of an app instance.

Returns:

  • (String)

    The metadata of an app instance.

#nameString

The name of an app instance.

Returns:

  • (String)

    The name of an app instance.