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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

The details of an AppInstance, an instance of an Amazon Chime SDK messaging application.

Constant Summary collapse

SENSITIVE =
[:name, :metadata]

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_arnString

The ARN of the messaging instance.

Returns:

  • (String)


231
232
233
234
235
236
237
238
239
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 231

class AppInstance < Struct.new(
  :app_instance_arn,
  :name,
  :metadata,
  :created_timestamp,
  :last_updated_timestamp)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end

#created_timestampTime

The time at which an AppInstance was created. In epoch milliseconds.

Returns:

  • (Time)


231
232
233
234
235
236
237
238
239
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 231

class AppInstance < Struct.new(
  :app_instance_arn,
  :name,
  :metadata,
  :created_timestamp,
  :last_updated_timestamp)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end

#last_updated_timestampTime

The time an AppInstance was last updated. In epoch milliseconds.

Returns:

  • (Time)


231
232
233
234
235
236
237
238
239
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 231

class AppInstance < Struct.new(
  :app_instance_arn,
  :name,
  :metadata,
  :created_timestamp,
  :last_updated_timestamp)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end

#metadataString

The metadata of an AppInstance.

Returns:

  • (String)


231
232
233
234
235
236
237
238
239
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 231

class AppInstance < Struct.new(
  :app_instance_arn,
  :name,
  :metadata,
  :created_timestamp,
  :last_updated_timestamp)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end

#nameString

The name of an AppInstance.

Returns:

  • (String)


231
232
233
234
235
236
237
238
239
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 231

class AppInstance < Struct.new(
  :app_instance_arn,
  :name,
  :metadata,
  :created_timestamp,
  :last_updated_timestamp)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end