Class: Aws::Types::DescribeJobDefinitionsRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#job_definition_name::String

Returns the value of attribute job_definition_name.



478
479
480
# File 'sig/types.rbs', line 478

def job_definition_name
  @job_definition_name
end

#job_definitions::Array[::String]

Returns the value of attribute job_definitions.



476
477
478
# File 'sig/types.rbs', line 476

def job_definitions
  @job_definitions
end

#max_results::Integer

Returns the value of attribute max_results.



477
478
479
# File 'sig/types.rbs', line 477

def max_results
  @max_results
end

#next_token::String

Returns the value of attribute next_token.



480
481
482
# File 'sig/types.rbs', line 480

def next_token
  @next_token
end

#status::String

Returns the value of attribute status.



479
480
481
# File 'sig/types.rbs', line 479

def status
  @status
end