Class: Aws::Types::DisassociateResourceSharePermissionRequest
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateResourceSharePermissionRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#permission_arn ⇒ ::String
Returns the value of attribute permission_arn.
-
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
165 166 167 |
# File 'sig/types.rbs', line 165 def client_token @client_token end |
#permission_arn ⇒ ::String
Returns the value of attribute permission_arn.
164 165 166 |
# File 'sig/types.rbs', line 164 def @permission_arn end |
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
163 164 165 |
# File 'sig/types.rbs', line 163 def resource_share_arn @resource_share_arn end |