Class: Aws::Types::AuthorizeDataShareMessage
- Inherits:
-
Object
- Object
- Aws::Types::AuthorizeDataShareMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#allow_writes ⇒ Boolean
Returns the value of attribute allow_writes.
-
#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
#allow_writes ⇒ Boolean
Returns the value of attribute allow_writes.
112 113 114 |
# File 'sig/types.rbs', line 112 def allow_writes @allow_writes end |
#consumer_identifier ⇒ ::String
Returns the value of attribute consumer_identifier.
111 112 113 |
# File 'sig/types.rbs', line 111 def consumer_identifier @consumer_identifier end |
#data_share_arn ⇒ ::String
Returns the value of attribute data_share_arn.
110 111 112 |
# File 'sig/types.rbs', line 110 def data_share_arn @data_share_arn end |