You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing UpdateAppInstanceRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  app_instance_arn: "ChimeArn", # required
  name: "NonEmptyResourceName", # required
  metadata: "Metadata",
}

Instance Attribute Summary collapse

Instance Attribute Details

#app_instance_arnString

The ARN of the app instance.

Returns:

  • (String)

    The ARN of the app instance.

#metadataString

The metadata that you want to change.

Returns:

  • (String)

    The metadata that you want to change.

#nameString

The name that you want to change.

Returns:

  • (String)

    The name that you want to change.