Class: Aws::Types::ListDatasetLabelsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_label_descriptions::Array[Types::DatasetLabelDescription]

Returns the value of attribute dataset_label_descriptions.

Returns:



1263
1264
1265
# File 'sig/types.rbs', line 1263

def dataset_label_descriptions
  @dataset_label_descriptions
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1264
1265
1266
# File 'sig/types.rbs', line 1264

def next_token
  @next_token
end