Class: Aws::Types::ListJobsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#farm_id::String

Returns the value of attribute farm_id.

Returns:

  • (::String)


2068
2069
2070
# File 'sig/types.rbs', line 2068

def farm_id
  @farm_id
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


2071
2072
2073
# File 'sig/types.rbs', line 2071

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


2070
2071
2072
# File 'sig/types.rbs', line 2070

def next_token
  @next_token
end

#principal_id::String

Returns the value of attribute principal_id.

Returns:

  • (::String)


2072
2073
2074
# File 'sig/types.rbs', line 2072

def principal_id
  @principal_id
end

#queue_id::String

Returns the value of attribute queue_id.

Returns:

  • (::String)


2069
2070
2071
# File 'sig/types.rbs', line 2069

def queue_id
  @queue_id
end