Class: Aws::ChimeSDKIdentity::Types::AppInstance
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::AppInstance
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/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.
39 40 41 42 43 44 45 46 47 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 39 class AppInstance < Struct.new( :app_instance_arn, :name, :created_timestamp, :last_updated_timestamp, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#created_timestamp ⇒ Time
The time at which an ‘AppInstance` was created. In epoch milliseconds.
39 40 41 42 43 44 45 46 47 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 39 class AppInstance < Struct.new( :app_instance_arn, :name, :created_timestamp, :last_updated_timestamp, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#last_updated_timestamp ⇒ Time
The time an ‘AppInstance` was last updated. In epoch milliseconds.
39 40 41 42 43 44 45 46 47 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 39 class AppInstance < Struct.new( :app_instance_arn, :name, :created_timestamp, :last_updated_timestamp, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#metadata ⇒ String
The metadata of an ‘AppInstance`.
39 40 41 42 43 44 45 46 47 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 39 class AppInstance < Struct.new( :app_instance_arn, :name, :created_timestamp, :last_updated_timestamp, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#name ⇒ String
The name of an ‘AppInstance`.
39 40 41 42 43 44 45 46 47 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 39 class AppInstance < Struct.new( :app_instance_arn, :name, :created_timestamp, :last_updated_timestamp, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |