Class: Aws::Types::Master
- Inherits:
-
Object
- Object
- Aws::Types::Master
- 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 ⇒ ::String
Returns the value of attribute invited_at.
-
#relationship_status ⇒ ::String
Returns the value of attribute relationship_status.
Instance Attribute Details
#account_id ⇒ ::String
Returns the value of attribute account_id.
2165 2166 2167 |
# File 'sig/types.rbs', line 2165 def account_id @account_id end |
#invitation_id ⇒ ::String
Returns the value of attribute invitation_id.
2166 2167 2168 |
# File 'sig/types.rbs', line 2166 def invitation_id @invitation_id end |
#invited_at ⇒ ::String
Returns the value of attribute invited_at.
2168 2169 2170 |
# File 'sig/types.rbs', line 2168 def invited_at @invited_at end |
#relationship_status ⇒ ::String
Returns the value of attribute relationship_status.
2167 2168 2169 |
# File 'sig/types.rbs', line 2167 def relationship_status @relationship_status end |