Class: Aws::Types::DisassociateDataShareConsumerMessage
- Inherits:
-
Object
- Object
- Aws::Types::DisassociateDataShareConsumerMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#consumer_arn ⇒ ::String
Returns the value of attribute consumer_arn.
-
#consumer_region ⇒ ::String
Returns the value of attribute consumer_region.
-
#data_share_arn ⇒ ::String
Returns the value of attribute data_share_arn.
-
#disassociate_entire_account ⇒ Boolean
Returns the value of attribute disassociate_entire_account.
Instance Attribute Details
#consumer_arn ⇒ ::String
Returns the value of attribute consumer_arn.
1396 1397 1398 |
# File 'sig/types.rbs', line 1396 def consumer_arn @consumer_arn end |
#consumer_region ⇒ ::String
Returns the value of attribute consumer_region.
1397 1398 1399 |
# File 'sig/types.rbs', line 1397 def consumer_region @consumer_region end |
#data_share_arn ⇒ ::String
Returns the value of attribute data_share_arn.
1394 1395 1396 |
# File 'sig/types.rbs', line 1394 def data_share_arn @data_share_arn end |
#disassociate_entire_account ⇒ Boolean
Returns the value of attribute disassociate_entire_account.
1395 1396 1397 |
# File 'sig/types.rbs', line 1395 def disassociate_entire_account @disassociate_entire_account end |