Class: Aws::Chime::Types::DescribeAppInstanceResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DescribeAppInstanceResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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.
3165 3166 3167 3168 3169 |
# File 'lib/aws-sdk-chime/types.rb', line 3165 class DescribeAppInstanceResponse < Struct.new( :app_instance) SENSITIVE = [] include Aws::Structure end |