Class: Aws::Chime::Types::CreateChannelMembershipResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::CreateChannelMembershipResponse
- 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.
-
#member ⇒ Types::Identity
The ARN and metadata of the member being added.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel.
1884 1885 1886 1887 1888 1889 |
# File 'lib/aws-sdk-chime/types.rb', line 1884 class CreateChannelMembershipResponse < Struct.new( :channel_arn, :member) SENSITIVE = [] include Aws::Structure end |
#member ⇒ Types::Identity
The ARN and metadata of the member being added.
1884 1885 1886 1887 1888 1889 |
# File 'lib/aws-sdk-chime/types.rb', line 1884 class CreateChannelMembershipResponse < Struct.new( :channel_arn, :member) SENSITIVE = [] include Aws::Structure end |