Class: Aws::ChimeSDKIdentity::Types::AppInstanceSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKIdentity::Types::AppInstanceSummary
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkidentity/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 ‘AppInstance` ARN.
-
#metadata ⇒ String
The metadata of the ‘AppInstance`.
-
#name ⇒ String
The name of the ‘AppInstance`.
Instance Attribute Details
#app_instance_arn ⇒ String
The ‘AppInstance` ARN.
180 181 182 183 184 185 186 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 180 class AppInstanceSummary < Struct.new( :app_instance_arn, :name, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#metadata ⇒ String
The metadata of the ‘AppInstance`.
180 181 182 183 184 185 186 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 180 class AppInstanceSummary < Struct.new( :app_instance_arn, :name, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#name ⇒ String
The name of the ‘AppInstance`.
180 181 182 183 184 185 186 |
# File 'lib/aws-sdk-chimesdkidentity/types.rb', line 180 class AppInstanceSummary < Struct.new( :app_instance_arn, :name, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |