Class: Aws::Chime::Types::Invite

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

Overview

Invitation object returned after emailing users to invite them to join the Amazon Chime Team account.

Constant Summary collapse

SENSITIVE =
[:email_address]

Instance Attribute Summary collapse

Instance Attribute Details

#email_addressString

The email address to which the invite is sent.

Returns:

  • (String)


1237
1238
1239
1240
1241
1242
1243
1244
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1237

class Invite < Struct.new(
  :invite_id,
  :status,
  :email_address,
  :email_status)
  SENSITIVE = [:email_address]
  include Aws::Structure
end

#email_statusString

The status of the invite email.

Returns:

  • (String)


1237
1238
1239
1240
1241
1242
1243
1244
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1237

class Invite < Struct.new(
  :invite_id,
  :status,
  :email_address,
  :email_status)
  SENSITIVE = [:email_address]
  include Aws::Structure
end

#invite_idString

The invite ID.

Returns:

  • (String)


1237
1238
1239
1240
1241
1242
1243
1244
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1237

class Invite < Struct.new(
  :invite_id,
  :status,
  :email_address,
  :email_status)
  SENSITIVE = [:email_address]
  include Aws::Structure
end

#statusString

The status of the invite.

Returns:

  • (String)


1237
1238
1239
1240
1241
1242
1243
1244
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 1237

class Invite < Struct.new(
  :invite_id,
  :status,
  :email_address,
  :email_status)
  SENSITIVE = [:email_address]
  include Aws::Structure
end