Class: Aws::Chime::Types::DescribeAppInstanceResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#app_instanceTypes::AppInstance

The ARN, metadata, created and last-updated timestamps, and the name of the ‘AppInstance`. All timestamps use epoch milliseconds.

Returns:



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