Class: Aws::Types::Invite
- Inherits:
-
Object
- Object
- Aws::Types::Invite
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#email_address ⇒ ::String
Returns the value of attribute email_address.
-
#email_status ⇒ "NotSent", ...
Returns the value of attribute email_status.
-
#invite_id ⇒ ::String
Returns the value of attribute invite_id.
-
#status ⇒ "Pending", ...
Returns the value of attribute status.
Instance Attribute Details
#email_address ⇒ ::String
Returns the value of attribute email_address.
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.
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.
427 428 429 |
# File 'sig/types.rbs', line 427 def invite_id @invite_id end |
#status ⇒ "Pending", ...
Returns the value of attribute status.
428 429 430 |
# File 'sig/types.rbs', line 428 def status @status end |