Class: Aws::Types::ListDatasetDataSegmentsResponse
- Inherits:
-
Object
- Object
- Aws::Types::ListDatasetDataSegmentsResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#data_segments ⇒ ::Array[Types::DataSegmentSummary]
Returns the value of attribute data_segments.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
Instance Attribute Details
#data_segments ⇒ ::Array[Types::DataSegmentSummary]
Returns the value of attribute data_segments.
2789 2790 2791 |
# File 'sig/types.rbs', line 2789 def data_segments @data_segments end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2790 2791 2792 |
# File 'sig/types.rbs', line 2790 def next_token @next_token end |