Class: Aws::Types::Invitation
- Inherits:
-
Object
- Object
- Aws::Types::Invitation
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#account_id ⇒ ::String
Returns the value of attribute account_id.
-
#invitation_id ⇒ ::String
Returns the value of attribute invitation_id.
-
#invited_at ⇒ ::Time
Returns the value of attribute invited_at.
-
#member_status ⇒ ::String
Returns the value of attribute member_status.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
6301 6302 6303 |
# File 'sig/types.rbs', line 6301 def account_id @account_id end |
#invitation_id ⇒ ::String
Returns the value of attribute invitation_id.
6302 6303 6304 |
# File 'sig/types.rbs', line 6302 def invitation_id @invitation_id end |
#invited_at ⇒ ::Time
Returns the value of attribute invited_at.
6303 6304 6305 |
# File 'sig/types.rbs', line 6303 def invited_at @invited_at end |
#member_status ⇒ ::String
Returns the value of attribute member_status.
6304 6305 6306 |
# File 'sig/types.rbs', line 6304 def member_status @member_status end |