Class: Aws::Types::RemoveAllBackendsRespObj

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)


846
847
848
# File 'sig/types.rbs', line 846

def app_id
  @app_id
end

#error ⇒ ::String

Returns the value of attribute error.

Returns:

  • (::String)


847
848
849
# File 'sig/types.rbs', line 847

def error
  @error
end

#job_id ⇒ ::String

Returns the value of attribute job_id.

Returns:

  • (::String)


848
849
850
# File 'sig/types.rbs', line 848

def job_id
  @job_id
end

#operation ⇒ ::String

Returns the value of attribute operation.

Returns:

  • (::String)


849
850
851
# File 'sig/types.rbs', line 849

def operation
  @operation
end

#status ⇒ ::String

Returns the value of attribute status.

Returns:

  • (::String)


850
851
852
# File 'sig/types.rbs', line 850

def status
  @status
end