Class: Aws::Types::AddBridgeOutputsRequest

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)


44
45
46
# File 'sig/types.rbs', line 44

def bridge_arn
  @bridge_arn
end

#outputs::Array[Types::AddBridgeOutputRequest]

Returns the value of attribute outputs.

Returns:



45
46
47
# File 'sig/types.rbs', line 45

def outputs
  @outputs
end