Class: Aws::Types::DescribeDataSharesResult
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDataSharesResult
- 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.
1114 1115 1116 |
# File 'sig/types.rbs', line 1114 def data_shares @data_shares end |
#marker ⇒ ::String
Returns the value of attribute marker.
1115 1116 1117 |
# File 'sig/types.rbs', line 1115 def marker @marker end |