Class: Aws::Types::DescribeDataSharesForProducerResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDataSharesForProducerResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_shares ⇒ ::Array[Types::DataShare]
Returns the value of attribute data_shares.
-
#marker ⇒ ::String
Returns the value of attribute marker.
Instance Attribute Details
#data_shares ⇒ ::Array[Types::DataShare]
Returns the value of attribute data_shares.
1101 1102 1103 |
# File 'sig/types.rbs', line 1101 def data_shares @data_shares end |
#marker ⇒ ::String
Returns the value of attribute marker.
1102 1103 1104 |
# File 'sig/types.rbs', line 1102 def marker @marker end |