Class: Aws::Chime::Types::Member

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb

Overview

The member details, such as email address, name, member ID, and member type.

Constant Summary collapse

SENSITIVE =
[:email, :full_name]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Chime account ID.

Returns:

  • (String)


6220
6221
6222
6223
6224
6225
6226
6227
6228
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6220

class Member < Struct.new(
  :member_id,
  :member_type,
  :email,
  :full_name,
  :account_id)
  SENSITIVE = [:email, :full_name]
  include Aws::Structure
end

#emailString

The member email address.

Returns:

  • (String)


6220
6221
6222
6223
6224
6225
6226
6227
6228
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6220

class Member < Struct.new(
  :member_id,
  :member_type,
  :email,
  :full_name,
  :account_id)
  SENSITIVE = [:email, :full_name]
  include Aws::Structure
end

#full_nameString

The member name.

Returns:

  • (String)


6220
6221
6222
6223
6224
6225
6226
6227
6228
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6220

class Member < Struct.new(
  :member_id,
  :member_type,
  :email,
  :full_name,
  :account_id)
  SENSITIVE = [:email, :full_name]
  include Aws::Structure
end

#member_idString

The member ID (user ID or bot ID).

Returns:

  • (String)


6220
6221
6222
6223
6224
6225
6226
6227
6228
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6220

class Member < Struct.new(
  :member_id,
  :member_type,
  :email,
  :full_name,
  :account_id)
  SENSITIVE = [:email, :full_name]
  include Aws::Structure
end

#member_typeString

The member type.

Returns:

  • (String)


6220
6221
6222
6223
6224
6225
6226
6227
6228
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 6220

class Member < Struct.new(
  :member_id,
  :member_type,
  :email,
  :full_name,
  :account_id)
  SENSITIVE = [:email, :full_name]
  include Aws::Structure
end