Class: Aws::Types::DescribeDataSharesForConsumerResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDataSharesForConsumerResult
- 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.
1087 1088 1089 |
# File 'sig/types.rbs', line 1087 def data_shares @data_shares end |
#marker ⇒ ::String
Returns the value of attribute marker.
1088 1089 1090 |
# File 'sig/types.rbs', line 1088 def marker @marker end |