Class: Aws::Types::UpdateBridgeOutputRequest

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)


2406
2407
2408
# File 'sig/types.rbs', line 2406

def bridge_arn
  @bridge_arn
end

#network_outputTypes::UpdateBridgeNetworkOutputRequest

Returns the value of attribute network_output.



2407
2408
2409
# File 'sig/types.rbs', line 2407

def network_output
  @network_output
end

#output_name::String

Returns the value of attribute output_name.

Returns:

  • (::String)


2408
2409
2410
# File 'sig/types.rbs', line 2408

def output_name
  @output_name
end