Class: Aws::Types::UpdateResourceShareResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateResourceShareResponse
- 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 ⇒ Types::ResourceShare
Returns the value of attribute resource_share.
Instance Attribute Details
#client_token ⇒ ::String
Returns the value of attribute client_token.
788 789 790 |
# File 'sig/types.rbs', line 788 def client_token @client_token end |
#resource_share ⇒ Types::ResourceShare
Returns the value of attribute resource_share.
787 788 789 |
# File 'sig/types.rbs', line 787 def resource_share @resource_share end |