Class: Aws::Types::DeleteAccountLinkInvitationRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteAccountLinkInvitationRequest
- 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.
425 426 427 |
# File 'sig/types.rbs', line 425 def client_token @client_token end |
#link_id ⇒ ::String
Returns the value of attribute link_id.
424 425 426 |
# File 'sig/types.rbs', line 424 def link_id @link_id end |