Class: Aws::Chime::Types::BatchChannelMemberships
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::BatchChannelMemberships
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
The membership information, including member ARNs, the channel ARN, and membership types.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#channel_arn ⇒ String
The ARN of the channel to which you’re adding users.
-
#invited_by ⇒ Types::Identity
The identifier of the member who invited another member.
-
#members ⇒ Array<Types::Identity>
The users successfully added to the request.
-
#type ⇒ String
The membership types set for the channel users.
Instance Attribute Details
#channel_arn ⇒ String
The ARN of the channel to which you’re adding users.
647 648 649 650 651 652 653 654 |
# File 'lib/aws-sdk-chime/types.rb', line 647 class BatchChannelMemberships < Struct.new( :invited_by, :type, :members, :channel_arn) SENSITIVE = [] include Aws::Structure end |
#invited_by ⇒ Types::Identity
The identifier of the member who invited another member.
647 648 649 650 651 652 653 654 |
# File 'lib/aws-sdk-chime/types.rb', line 647 class BatchChannelMemberships < Struct.new( :invited_by, :type, :members, :channel_arn) SENSITIVE = [] include Aws::Structure end |
#members ⇒ Array<Types::Identity>
The users successfully added to the request.
647 648 649 650 651 652 653 654 |
# File 'lib/aws-sdk-chime/types.rb', line 647 class BatchChannelMemberships < Struct.new( :invited_by, :type, :members, :channel_arn) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The membership types set for the channel users.
647 648 649 650 651 652 653 654 |
# File 'lib/aws-sdk-chime/types.rb', line 647 class BatchChannelMemberships < Struct.new( :invited_by, :type, :members, :channel_arn) SENSITIVE = [] include Aws::Structure end |