Class: Aws::ChimeSDKMessaging::Types::UpdateChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::UpdateChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:name, :metadata]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel.
-
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
-
#metadata ⇒ String
The metadata for the update request.
-
#mode ⇒ String
The mode of the update request.
-
#name ⇒ String
The name of the channel.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
3389 3390 3391 3392 3393 3394 3395 3396 3397 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3389 class UpdateChannelRequest < Struct.new( :channel_arn, :name, :mode, :metadata, :chime_bearer) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#chime_bearer ⇒ String
The ARN of the ‘AppInstanceUser` or `AppInstanceBot` that makes the API call.
3389 3390 3391 3392 3393 3394 3395 3396 3397 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3389 class UpdateChannelRequest < Struct.new( :channel_arn, :name, :mode, :metadata, :chime_bearer) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#metadata ⇒ String
The metadata for the update request.
3389 3390 3391 3392 3393 3394 3395 3396 3397 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3389 class UpdateChannelRequest < Struct.new( :channel_arn, :name, :mode, :metadata, :chime_bearer) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#mode ⇒ String
The mode of the update request.
3389 3390 3391 3392 3393 3394 3395 3396 3397 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3389 class UpdateChannelRequest < Struct.new( :channel_arn, :name, :mode, :metadata, :chime_bearer) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#name ⇒ String
The name of the channel.
3389 3390 3391 3392 3393 3394 3395 3396 3397 |
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 3389 class UpdateChannelRequest < Struct.new( :channel_arn, :name, :mode, :metadata, :chime_bearer) SENSITIVE = [:name, :metadata] include Aws::Structure end |