Class: Aws::Chime::Types::AppInstanceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::AppInstanceSummary
- 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
-
#app_instance_arn ⇒ String
The
AppInstanceARN. -
#metadata ⇒ String
The metadata of the
AppInstance. -
#name ⇒ String
The name of the
AppInstance.
Instance Attribute Details
#app_instance_arn ⇒ String
The AppInstance ARN.
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 |
#metadata ⇒ String
The metadata of the AppInstance.
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 |
#name ⇒ String
The name of the AppInstance.
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 |