Class: Aws::Types::ListDatasetEntriesRequest
- Inherits:
-
Object
- Object
- Aws::Types::ListDatasetEntriesRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#contains_labels ⇒ ::Array[::String]
Returns the value of attribute contains_labels.
-
#dataset_arn ⇒ ::String
Returns the value of attribute dataset_arn.
-
#has_errors ⇒ Boolean
Returns the value of attribute has_errors.
-
#labeled ⇒ Boolean
Returns the value of attribute labeled.
-
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
-
#next_token ⇒ ::String
Returns the value of attribute next_token.
-
#source_ref_contains ⇒ ::String
Returns the value of attribute source_ref_contains.
Instance Attribute Details
#contains_labels ⇒ ::Array[::String]
Returns the value of attribute contains_labels.
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.
1239 1240 1241 |
# File 'sig/types.rbs', line 1239 def dataset_arn @dataset_arn end |
#has_errors ⇒ Boolean
Returns the value of attribute has_errors.
1243 1244 1245 |
# File 'sig/types.rbs', line 1243 def has_errors @has_errors end |
#labeled ⇒ Boolean
Returns the value of attribute labeled.
1241 1242 1243 |
# File 'sig/types.rbs', line 1241 def labeled @labeled end |
#max_results ⇒ ::Integer
Returns the value of attribute max_results.
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.
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.
1242 1243 1244 |
# File 'sig/types.rbs', line 1242 def source_ref_contains @source_ref_contains end |