Class: Aws::Chime::Types::UpdateChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateChannelRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/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 `AppInstanceUserArn` of the user 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.
8283 8284 8285 8286 8287 8288 8289 8290 8291 |
# File 'lib/aws-sdk-chime/types.rb', line 8283 class UpdateChannelRequest < Struct.new( :channel_arn, :name, :mode, :metadata, :chime_bearer) SENSITIVE = [:name, :metadata] include Aws::Structure end |
#chime_bearer ⇒ String
The `AppInstanceUserArn` of the user that makes the API call.
8283 8284 8285 8286 8287 8288 8289 8290 8291 |
# File 'lib/aws-sdk-chime/types.rb', line 8283 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.
8283 8284 8285 8286 8287 8288 8289 8290 8291 |
# File 'lib/aws-sdk-chime/types.rb', line 8283 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.
8283 8284 8285 8286 8287 8288 8289 8290 8291 |
# File 'lib/aws-sdk-chime/types.rb', line 8283 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.
8283 8284 8285 8286 8287 8288 8289 8290 8291 |
# File 'lib/aws-sdk-chime/types.rb', line 8283 class UpdateChannelRequest < Struct.new( :channel_arn, :name, :mode, :metadata, :chime_bearer) SENSITIVE = [:name, :metadata] include Aws::Structure end |