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)


459
460
461
# File 'sig/types.rbs', line 459

def job_definition_name
  @job_definition_name
end

#job_definitions::Array[::String]

Returns the value of attribute job_definitions.

Returns:

  • (::Array[::String])


457
458
459
# File 'sig/types.rbs', line 457

def job_definitions
  @job_definitions
end

#max_results::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


458
459
460
# File 'sig/types.rbs', line 458

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.

Returns:

  • (::String)


461
462
463
# File 'sig/types.rbs', line 461

def next_token
  @next_token
end

#status::String

Returns the value of attribute status.

Returns:

  • (::String)


460
461
462
# File 'sig/types.rbs', line 460

def status
  @status
end