Class: Aws::Types::AddBridgeSourcesRequest

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)


62
63
64
# File 'sig/types.rbs', line 62

def bridge_arn
  @bridge_arn
end

#sources::Array[Types::AddBridgeSourceRequest]

Returns the value of attribute sources.

Returns:



63
64
65
# File 'sig/types.rbs', line 63

def sources
  @sources
end