Class: Aws::Types::ListVectorEnrichmentJobInput

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:next_token])

Instance Attribute Summary collapse

Instance Attribute Details

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


384
385
386
# File 'sig/types.rbs', line 384

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


385
386
387
# File 'sig/types.rbs', line 385

def next_token
  @next_token
end

#sort_by::String

Returns the value of attribute sort_by.

Returns:

  • (::String)


386
387
388
# File 'sig/types.rbs', line 386

def sort_by
  @sort_by
end

#sort_order"ASCENDING", "DESCENDING"

Returns the value of attribute sort_order.

Returns:

  • ("ASCENDING", "DESCENDING")


387
388
389
# File 'sig/types.rbs', line 387

def sort_order
  @sort_order
end

#status_equals::String

Returns the value of attribute status_equals.

Returns:

  • (::String)


388
389
390
# File 'sig/types.rbs', line 388

def status_equals
  @status_equals
end