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