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.
-
#relationship_status ⇒ "Enabled", ...
Returns the value of attribute relationship_status.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
1033 1034 1035 |
# File 'sig/types.rbs', line 1033 def account_id @account_id end |
#invitation_id ⇒ ::String
Returns the value of attribute invitation_id.
1034 1035 1036 |
# File 'sig/types.rbs', line 1034 def invitation_id @invitation_id end |
#invited_at ⇒ ::Time
Returns the value of attribute invited_at.
1035 1036 1037 |
# File 'sig/types.rbs', line 1035 def invited_at @invited_at end |
#relationship_status ⇒ "Enabled", ...
Returns the value of attribute relationship_status.
1036 1037 1038 |
# File 'sig/types.rbs', line 1036 def relationship_status @relationship_status end |