Class: Aws::Chime::Types::UpdateAppInstanceRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateAppInstanceRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :metadata]
Instance Attribute Summary collapse
-
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance`.
-
#metadata ⇒ String
The metadata that you want to change.
-
#name ⇒ String
The name that you want to change.
Instance Attribute Details
#app_instance_arn ⇒ String
The ARN of the ‘AppInstance`.
8261 8262 8263 8264 8265 8266 8267 |
# File 'lib/aws-sdk-chime/types.rb', line 8261 class UpdateAppInstanceRequest < Struct.new( :app_instance_arn, :name, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#metadata ⇒ String
The metadata that you want to change.
8261 8262 8263 8264 8265 8266 8267 |
# File 'lib/aws-sdk-chime/types.rb', line 8261 class UpdateAppInstanceRequest < Struct.new( :app_instance_arn, :name, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#name ⇒ String
The name that you want to change.
8261 8262 8263 8264 8265 8266 8267 |
# File 'lib/aws-sdk-chime/types.rb', line 8261 class UpdateAppInstanceRequest < Struct.new( :app_instance_arn, :name, :metadata) SENSITIVE = [:name, :metadata] include Aws::Structure end |