Class: Aws::Types::AcceptInvitationRequest
- Inherits:
-
Object
- Object
- Aws::Types::AcceptInvitationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#invitation_id ⇒ ::String
Returns the value of attribute invitation_id.
-
#master_id ⇒ ::String
Returns the value of attribute master_id.
Instance Attribute Details
#invitation_id ⇒ ::String
Returns the value of attribute invitation_id.
37 38 39 |
# File 'sig/types.rbs', line 37 def invitation_id @invitation_id end |
#master_id ⇒ ::String
Returns the value of attribute master_id.
36 37 38 |
# File 'sig/types.rbs', line 36 def master_id @master_id end |