class Aws::ChimeSDKMessaging::Types::UpdateChannelRequest

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

data as a hash:

    {
      channel_arn: "ChimeArn", # required
      name: "NonEmptyResourceName", # required
      mode: "UNRESTRICTED", # required, accepts UNRESTRICTED, RESTRICTED
      metadata: "Metadata",
      chime_bearer: "ChimeArn", # required
    }

@!attribute [rw] channel_arn

The ARN of the channel.
@return [String]

@!attribute [rw] name

The name of the channel.
@return [String]

@!attribute [rw] mode

The mode of the update request.
@return [String]

@!attribute [rw] metadata

The metadata for the update request.
@return [String]

@!attribute [rw] chime_bearer

The `AppInstanceUserArn` of the user that makes the API call.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/chime-sdk-messaging-2021-05-15/UpdateChannelRequest AWS API Documentation

Constants

SENSITIVE