Class: Aws::ChimeSDKIdentity::Types::DescribeAppInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::DescribeAppInstanceResponse
- Defined in:
- gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_instance ⇒ Types::AppInstance
The ARN, metadata, created and last-updated timestamps, and the name of the
AppInstance
.
Instance Attribute Details
#app_instance ⇒ Types::AppInstance
The ARN, metadata, created and last-updated timestamps, and the name
of the AppInstance
. All timestamps use epoch milliseconds.
773 774 775 776 777 |
# File 'gems/aws-sdk-chimesdkidentity/lib/aws-sdk-chimesdkidentity/types.rb', line 773 class DescribeAppInstanceResponse < Struct.new( :app_instance) SENSITIVE = [] include Aws::Structure end |