Class: Aws::Chime::Types::BatchChannelMemberships

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/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

Instance Attribute Details

#channel_arnString

The ARN of the channel to which you're adding users.

Returns:

  • (String)


647
648
649
650
651
652
653
654
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 647

class BatchChannelMemberships < Struct.new(
  :invited_by,
  :type,
  :members,
  :channel_arn)
  SENSITIVE = []
  include Aws::Structure
end

#invited_byTypes::Identity

The identifier of the member who invited another member.

Returns:



647
648
649
650
651
652
653
654
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 647

class BatchChannelMemberships < Struct.new(
  :invited_by,
  :type,
  :members,
  :channel_arn)
  SENSITIVE = []
  include Aws::Structure
end

#membersArray<Types::Identity>

The users successfully added to the request.

Returns:



647
648
649
650
651
652
653
654
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 647

class BatchChannelMemberships < Struct.new(
  :invited_by,
  :type,
  :members,
  :channel_arn)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The membership types set for the channel users.

Returns:

  • (String)


647
648
649
650
651
652
653
654
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 647

class BatchChannelMemberships < Struct.new(
  :invited_by,
  :type,
  :members,
  :channel_arn)
  SENSITIVE = []
  include Aws::Structure
end