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.
8449 8450 8451 8452 8453 8454 8455 8456 8457 |
# File 'lib/aws-sdk-chime/types.rb', line 8449 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.
8449 8450 8451 8452 8453 8454 8455 8456 8457 |
# File 'lib/aws-sdk-chime/types.rb', line 8449 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.
8449 8450 8451 8452 8453 8454 8455 8456 8457 |
# File 'lib/aws-sdk-chime/types.rb', line 8449 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.
8449 8450 8451 8452 8453 8454 8455 8456 8457 |
# File 'lib/aws-sdk-chime/types.rb', line 8449 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.
8449 8450 8451 8452 8453 8454 8455 8456 8457 |
# File 'lib/aws-sdk-chime/types.rb', line 8449 class UpdateChannelRequest < Struct.new( :channel_arn, :name, :mode, :metadata, :chime_bearer) SENSITIVE = [:name, :metadata] include Aws::Structure end |