Class: Aws::Types::ListVariantImportJobsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#filterTypes::ListVariantImportJobsFilter

Returns the value of attribute filter.



1705
1706
1707
# File 'sig/types.rbs', line 1705

def filter
  @filter
end

#ids::Array[::String]

Returns the value of attribute ids.

Returns:

  • (::Array[::String])


1703
1704
1705
# File 'sig/types.rbs', line 1703

def ids
  @ids
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1702
1703
1704
# File 'sig/types.rbs', line 1702

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1704
1705
1706
# File 'sig/types.rbs', line 1704

def next_token
  @next_token
end