Class: Aws::Chime::Types::UpdateChannelRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::UpdateChannelRequest
- Defined in:
- gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb
Overview
Note:
When making an API call, you may pass UpdateChannelRequest data as a hash:
{
channel_arn: "ChimeArn", # required
name: "NonEmptyResourceName", # required
mode: "UNRESTRICTED", # required, accepts UNRESTRICTED, RESTRICTED
metadata: "Metadata",
chime_bearer: "ChimeArn",
}
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.
10265 10266 10267 10268 10269 10270 10271 10272 10273 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 10265 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.
10265 10266 10267 10268 10269 10270 10271 10272 10273 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 10265 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.
10265 10266 10267 10268 10269 10270 10271 10272 10273 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 10265 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.
10265 10266 10267 10268 10269 10270 10271 10272 10273 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 10265 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.
10265 10266 10267 10268 10269 10270 10271 10272 10273 |
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 10265 class UpdateChannelRequest < Struct.new( :channel_arn, :name, :mode, :metadata, :chime_bearer) SENSITIVE = [:name, :metadata] include Aws::Structure end |