Class: Aws::Types::AssociateDataShareConsumerMessage
- Inherits:
-
Object
- Object
- Aws::Types::AssociateDataShareConsumerMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_writes ⇒ Boolean
Returns the value of attribute allow_writes.
-
#associate_entire_account ⇒ Boolean
Returns the value of attribute associate_entire_account.
-
#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.
Instance Attribute Details
#allow_writes ⇒ Boolean
Returns the value of attribute allow_writes.
56 57 58 |
# File 'sig/types.rbs', line 56 def allow_writes @allow_writes end |
#associate_entire_account ⇒ Boolean
Returns the value of attribute associate_entire_account.
53 54 55 |
# File 'sig/types.rbs', line 53 def associate_entire_account @associate_entire_account end |
#consumer_arn ⇒ ::String
Returns the value of attribute consumer_arn.
54 55 56 |
# File 'sig/types.rbs', line 54 def consumer_arn @consumer_arn end |
#consumer_region ⇒ ::String
Returns the value of attribute consumer_region.
55 56 57 |
# File 'sig/types.rbs', line 55 def consumer_region @consumer_region end |
#data_share_arn ⇒ ::String
Returns the value of attribute data_share_arn.
52 53 54 |
# File 'sig/types.rbs', line 52 def data_share_arn @data_share_arn end |