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)


8465
8466
8467
8468
8469
# File 'lib/aws-sdk-chime/types.rb', line 8465

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