Class: Aws::Types::DeauthorizeDataShareMessage
- Inherits:
-
Object
- Object
- Aws::Types::DeauthorizeDataShareMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumer_identifier ⇒ ::String
Returns the value of attribute consumer_identifier.
-
#data_share_arn ⇒ ::String
Returns the value of attribute data_share_arn.
Instance Attribute Details
#consumer_identifier ⇒ ::String
Returns the value of attribute consumer_identifier.
813 814 815 |
# File 'sig/types.rbs', line 813 def consumer_identifier @consumer_identifier end |
#data_share_arn ⇒ ::String
Returns the value of attribute data_share_arn.
812 813 814 |
# File 'sig/types.rbs', line 812 def data_share_arn @data_share_arn end |