Class: Aws::Types::ListJobsByConsumableResourceRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#consumable_resource::String

Returns the value of attribute consumable_resource.

Returns:

  • (::String)


1094
1095
1096
# File 'sig/types.rbs', line 1094

def consumable_resource
  @consumable_resource
end

#filters::Array[Types::KeyValuesPair]

Returns the value of attribute filters.

Returns:



1095
1096
1097
# File 'sig/types.rbs', line 1095

def filters
  @filters
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


1096
1097
1098
# File 'sig/types.rbs', line 1096

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


1097
1098
1099
# File 'sig/types.rbs', line 1097

def next_token
  @next_token
end