Class: Aws::Chime::Types::UpdateAppInstanceRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[:name, :metadata]

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_arnString

The ARN of the ‘AppInstance`.

Returns:

  • (String)


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

#metadataString

The metadata that you want to change.

Returns:

  • (String)


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

#nameString

The name that you want to change.

Returns:

  • (String)


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