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)


4699
4700
4701
4702
4703
4704
4705
4706
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4699

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)


4699
4700
4701
4702
4703
4704
4705
4706
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4699

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)


4699
4700
4701
4702
4703
4704
4705
4706
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4699

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)


4699
4700
4701
4702
4703
4704
4705
4706
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 4699

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