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.
2779 2780 2781 |
# File 'sig/types.rbs', line 2779 def data_segments @data_segments end |
#next_token ⇒ ::String
Returns the value of attribute next_token.
2780 2781 2782 |
# File 'sig/types.rbs', line 2780 def next_token @next_token end |