Class: Aws::Chime::Types::AppInstance
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::AppInstance
- Includes:
- Structure
- Defined in:
- 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
-
#app_instance_arn ⇒ String
The ARN of the messaging instance.
-
#created_timestamp ⇒ Time
The time at which an ‘AppInstance` was created.
-
#last_updated_timestamp ⇒ Time
The time an ‘AppInstance` was last updated.
-
#metadata ⇒ String
The metadata of an ‘AppInstance`.
-
#name ⇒ String
The name of an ‘AppInstance`.
Instance Attribute Details
#app_instance_arn ⇒ String
The ARN of the messaging instance.
231 232 233 234 235 236 237 238 239 |
# File '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_timestamp ⇒ Time
The time at which an ‘AppInstance` was created. In epoch milliseconds.
231 232 233 234 235 236 237 238 239 |
# File '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_timestamp ⇒ Time
The time an ‘AppInstance` was last updated. In epoch milliseconds.
231 232 233 234 235 236 237 238 239 |
# File '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 |
#metadata ⇒ String
The metadata of an ‘AppInstance`.
231 232 233 234 235 236 237 238 239 |
# File '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 |
#name ⇒ String
The name of an ‘AppInstance`.
231 232 233 234 235 236 237 238 239 |
# File '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 |