Class: Aws::Types::CreateBackendConfigRespObj

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)


300
301
302
# File 'sig/types.rbs', line 300

def app_id
  @app_id
end

#backend_environment_name ⇒ ::String

Returns the value of attribute backend_environment_name.

Returns:

  • (::String)


301
302
303
# File 'sig/types.rbs', line 301

def backend_environment_name
  @backend_environment_name
end

#job_id ⇒ ::String

Returns the value of attribute job_id.

Returns:

  • (::String)


302
303
304
# File 'sig/types.rbs', line 302

def job_id
  @job_id
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


303
304
305
# File 'sig/types.rbs', line 303

def status
  @status
end