Class: Aws::Types::RejectAccountLinkInvitationRequest
- Inherits:
-
Object
- Object
- Aws::Types::RejectAccountLinkInvitationRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#link_id ⇒ ::String
Returns the value of attribute link_id.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
1307 1308 1309 |
# File 'sig/types.rbs', line 1307 def client_token @client_token end |
#link_id ⇒ ::String
Returns the value of attribute link_id.
1306 1307 1308 |
# File 'sig/types.rbs', line 1306 def link_id @link_id end |