Class: Aws::Types::ListDatasetEntriesRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#contains_labels::Array[::String]

Returns the value of attribute contains_labels.

Returns:



1240
1241
1242
# File 'sig/types.rbs', line 1240

def contains_labels
  @contains_labels
end

#dataset_arn::String

Returns the value of attribute dataset_arn.

Returns:



1239
1240
1241
# File 'sig/types.rbs', line 1239

def dataset_arn
  @dataset_arn
end

#has_errorsBoolean

Returns the value of attribute has_errors.

Returns:



1243
1244
1245
# File 'sig/types.rbs', line 1243

def has_errors
  @has_errors
end

#labeledBoolean

Returns the value of attribute labeled.

Returns:



1241
1242
1243
# File 'sig/types.rbs', line 1241

def labeled
  @labeled
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:



1245
1246
1247
# File 'sig/types.rbs', line 1245

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:



1244
1245
1246
# File 'sig/types.rbs', line 1244

def next_token
  @next_token
end

#source_ref_contains::String

Returns the value of attribute source_ref_contains.

Returns:



1242
1243
1244
# File 'sig/types.rbs', line 1242

def source_ref_contains
  @source_ref_contains
end