Class: Aws::Types::DeleteResourceShareRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteResourceShareRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#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.
152 153 154 |
# File 'sig/types.rbs', line 152 def client_token @client_token end |
#resource_share_arn ⇒ ::String
Returns the value of attribute resource_share_arn.
151 152 153 |
# File 'sig/types.rbs', line 151 def resource_share_arn @resource_share_arn end |