Class: Aws::Types::UpdateBridgeSourceRequest

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)


2432
2433
2434
# File 'sig/types.rbs', line 2432

def bridge_arn
  @bridge_arn
end

#flow_sourceTypes::UpdateBridgeFlowSourceRequest

Returns the value of attribute flow_source.



2433
2434
2435
# File 'sig/types.rbs', line 2433

def flow_source
  @flow_source
end

#network_sourceTypes::UpdateBridgeNetworkSourceRequest

Returns the value of attribute network_source.



2434
2435
2436
# File 'sig/types.rbs', line 2434

def network_source
  @network_source
end

#source_name::String

Returns the value of attribute source_name.

Returns:

  • (::String)


2435
2436
2437
# File 'sig/types.rbs', line 2435

def source_name
  @source_name
end