class Aws::ChimeSDKIdentity::Types::UpdateAppInstanceRequest

@note When making an API call, you may pass UpdateAppInstanceRequest

data as a hash:

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

@!attribute [rw] app_instance_arn

The ARN of the `AppInstance`.
@return [String]

@!attribute [rw] name

The name that you want to change.
@return [String]

@!attribute [rw] metadata

The metadata that you want to change.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/chime-sdk-identity-2021-04-20/UpdateAppInstanceRequest AWS API Documentation

Constants

SENSITIVE