Class: Aws::Types::DescribeJobDefinitionsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_definition_name::String

Returns the value of attribute job_definition_name.

Returns:

  • (::String)


447
448
449
# File 'sig/types.rbs', line 447

def job_definition_name
  @job_definition_name
end

#job_definitions::Array[::String]

Returns the value of attribute job_definitions.

Returns:

  • (::Array[::String])


445
446
447
# File 'sig/types.rbs', line 445

def job_definitions
  @job_definitions
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


446
447
448
# File 'sig/types.rbs', line 446

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


449
450
451
# File 'sig/types.rbs', line 449

def next_token
  @next_token
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


448
449
450
# File 'sig/types.rbs', line 448

def status
  @status
end