Class: Aws::Types::ListDatasetDataSegmentsResponse

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#data_segments::Array[Types::DataSegmentSummary]

Returns the value of attribute data_segments.

Returns:



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.

Returns:

  • (::String)


2780
2781
2782
# File 'sig/types.rbs', line 2780

def next_token
  @next_token
end