Class: Aws::Types::DescribeDataSharesMessage
- Inherits:
-
Object
- Object
- Aws::Types::DescribeDataSharesMessage
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_share_arn ⇒ ::String
Returns the value of attribute data_share_arn.
-
#marker ⇒ ::String
Returns the value of attribute marker.
-
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
Instance Attribute Details
#data_share_arn ⇒ ::String
Returns the value of attribute data_share_arn.
1107 1108 1109 |
# File 'sig/types.rbs', line 1107 def data_share_arn @data_share_arn end |
#marker ⇒ ::String
Returns the value of attribute marker.
1109 1110 1111 |
# File 'sig/types.rbs', line 1109 def marker @marker end |
#max_records ⇒ ::Integer
Returns the value of attribute max_records.
1108 1109 1110 |
# File 'sig/types.rbs', line 1108 def max_records @max_records end |