Class: Aws::Types::ListBackendJobReqObj

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#job_id ⇒ ::String

Returns the value of attribute job_id.

Returns:

  • (::String)


767
768
769
# File 'sig/types.rbs', line 767

def job_id
  @job_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


768
769
770
# File 'sig/types.rbs', line 768

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


769
770
771
# File 'sig/types.rbs', line 769

def next_token
  @next_token
end

#operation ⇒ ::String

Returns the value of attribute operation.

Returns:

  • (::String)


770
771
772
# File 'sig/types.rbs', line 770

def operation
  @operation
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


771
772
773
# File 'sig/types.rbs', line 771

def status
  @status
end