Class: Aws::Types::UpdateBackendJobRequest

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

Constant Summary collapse

SENSITIVE =

Instance Attribute Summary collapse

Instance Attribute Details

#app_id ⇒ ::String

Returns the value of attribute app_id.



1043
1044
1045
# File 'sig/types.rbs', line 1043

def app_id
  @app_id
end

#backend_environment_name ⇒ ::String

Returns the value of attribute backend_environment_name.



1044
1045
1046
# File 'sig/types.rbs', line 1044

def backend_environment_name
  @backend_environment_name
end

#job_id ⇒ ::String

Returns the value of attribute job_id.



1045
1046
1047
# File 'sig/types.rbs', line 1045

def job_id
  @job_id
end

#operation ⇒ ::String

Returns the value of attribute operation.



1046
1047
1048
# File 'sig/types.rbs', line 1046

def operation
  @operation
end

#status ⇒ ::String

Returns the value of attribute status.



1047
1048
1049
# File 'sig/types.rbs', line 1047

def status
  @status
end