Class: Aws::Types::ServiceDeploymentCircuitBreaker

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#failure_count::Integer

Returns the value of attribute failure_count.

Returns:

  • (::Integer)


2397
2398
2399
# File 'sig/types.rbs', line 2397

def failure_count
  @failure_count
end

#status"TRIGGERED", ...

Returns the value of attribute status.

Returns:

  • ("TRIGGERED", "MONITORING", "MONITORING_COMPLETE", "DISABLED")


2396
2397
2398
# File 'sig/types.rbs', line 2396

def status
  @status
end

#threshold::Integer

Returns the value of attribute threshold.

Returns:

  • (::Integer)


2398
2399
2400
# File 'sig/types.rbs', line 2398

def threshold
  @threshold
end