Class: Aws::Chime::Types::UpdateChannelResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel.

Returns:

  • (String)

8299
8300
8301
8302
8303
# File 'lib/aws-sdk-chime/types.rb', line 8299

class UpdateChannelResponse < Struct.new(
  :channel_arn)
  SENSITIVE = []
  include Aws::Structure
end