Class: Aws::ChimeSDKMessaging::Types::UpdateChannelResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#channel_arnString

The ARN of the channel.

Returns:

  • (String)


3405
3406
3407
3408
3409
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 3405

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