Class: Aws::Types::Invite

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#email_address::String

Returns the value of attribute email_address.

Returns:



429
430
431
# File 'sig/types.rbs', line 429

def email_address
  @email_address
end

#email_status"NotSent", ...

Returns the value of attribute email_status.

Returns:



430
431
432
# File 'sig/types.rbs', line 430

def email_status
  @email_status
end

#invite_id::String

Returns the value of attribute invite_id.

Returns:



427
428
429
# File 'sig/types.rbs', line 427

def invite_id
  @invite_id
end

#status"Pending", ...

Returns the value of attribute status.

Returns:



428
429
430
# File 'sig/types.rbs', line 428

def status
  @status
end