Class: Aws::Chime::Types::DescribeChannelMembershipRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::DescribeChannelMembershipRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
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.
-
#member_arn ⇒ String
The ARN of the member.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
3277 3278 3279 3280 3281 3282 3283 |
# File 'lib/aws-sdk-chime/types.rb', line 3277 class DescribeChannelMembershipRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#chime_bearer ⇒ String
The ‘AppInstanceUserArn` of the user that makes the API call.
3277 3278 3279 3280 3281 3282 3283 |
# File 'lib/aws-sdk-chime/types.rb', line 3277 class DescribeChannelMembershipRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |
#member_arn ⇒ String
The ARN of the member.
3277 3278 3279 3280 3281 3282 3283 |
# File 'lib/aws-sdk-chime/types.rb', line 3277 class DescribeChannelMembershipRequest < Struct.new( :channel_arn, :member_arn, :chime_bearer) SENSITIVE = [] include Aws::Structure end |