Class: Aws::Types::ListBackendJobsRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id ⇒ ::String

Returns the value of attribute app_id.

Returns:

  • (::String)


782
783
784
# File 'sig/types.rbs', line 782

def app_id
  @app_id
end

#backend_environment_name ⇒ ::String

Returns the value of attribute backend_environment_name.

Returns:

  • (::String)


783
784
785
# File 'sig/types.rbs', line 783

def backend_environment_name
  @backend_environment_name
end

#job_id ⇒ ::String

Returns the value of attribute job_id.

Returns:

  • (::String)


784
785
786
# File 'sig/types.rbs', line 784

def job_id
  @job_id
end

#max_results ⇒ ::Integer

Returns the value of attribute max_results.

Returns:

  • (::Integer)


785
786
787
# File 'sig/types.rbs', line 785

def max_results
  @max_results
end

#next_token ⇒ ::String

Returns the value of attribute next_token.

Returns:

  • (::String)


786
787
788
# File 'sig/types.rbs', line 786

def next_token
  @next_token
end

#operation ⇒ ::String

Returns the value of attribute operation.

Returns:

  • (::String)


787
788
789
# File 'sig/types.rbs', line 787

def operation
  @operation
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


788
789
790
# File 'sig/types.rbs', line 788

def status
  @status
end