Class: Aws::Types::UpdateBridgeStateResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#bridge_arn::String

Returns the value of attribute bridge_arn.

Returns:

  • (::String)


2452
2453
2454
# File 'sig/types.rbs', line 2452

def bridge_arn
  @bridge_arn
end

#desired_state"ACTIVE", ...

Returns the value of attribute desired_state.

Returns:

  • ("ACTIVE", "STANDBY", "DELETED")


2453
2454
2455
# File 'sig/types.rbs', line 2453

def desired_state
  @desired_state
end