Class: Aws::Types::ListBatchJobDefinitionsResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#batch_job_definitions::Array[Types::BatchJobDefinition]

Returns the value of attribute batch_job_definitions.

Returns:



710
711
712
# File 'sig/types.rbs', line 710

def batch_job_definitions
  @batch_job_definitions
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


711
712
713
# File 'sig/types.rbs', line 711

def next_token
  @next_token
end