Class: Aws::Chime::Types::AppInstanceSummary

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

Overview

Summary of the data for an ‘AppInstance`.

Constant Summary collapse

SENSITIVE =
[:name, :metadata]

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_arnString

The ‘AppInstance` ARN.

Returns:

  • (String)


328
329
330
331
332
333
334
# File 'lib/aws-sdk-chime/types.rb', line 328

class AppInstanceSummary < Struct.new(
  :app_instance_arn,
  :name,
  :metadata)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end

#metadataString

The metadata of the ‘AppInstance`.

Returns:

  • (String)


328
329
330
331
332
333
334
# File 'lib/aws-sdk-chime/types.rb', line 328

class AppInstanceSummary < Struct.new(
  :app_instance_arn,
  :name,
  :metadata)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end

#nameString

The name of the ‘AppInstance`.

Returns:

  • (String)


328
329
330
331
332
333
334
# File 'lib/aws-sdk-chime/types.rb', line 328

class AppInstanceSummary < Struct.new(
  :app_instance_arn,
  :name,
  :metadata)
  SENSITIVE = [:name, :metadata]
  include Aws::Structure
end