Class: Aws::Types::RemoveAllBackendsResponse

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)


855
856
857
# File 'sig/types.rbs', line 855

def app_id
  @app_id
end

#error ⇒ ::String

Returns the value of attribute error.

Returns:

  • (::String)


856
857
858
# File 'sig/types.rbs', line 856

def error
  @error
end

#job_id ⇒ ::String

Returns the value of attribute job_id.

Returns:

  • (::String)


857
858
859
# File 'sig/types.rbs', line 857

def job_id
  @job_id
end

#operation ⇒ ::String

Returns the value of attribute operation.

Returns:

  • (::String)


858
859
860
# File 'sig/types.rbs', line 858

def operation
  @operation
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


859
860
861
# File 'sig/types.rbs', line 859

def status
  @status
end