Class: Aws::Types::RemoveBridgeSourceRequest

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)


1555
1556
1557
# File 'sig/types.rbs', line 1555

def bridge_arn
  @bridge_arn
end

#source_name::String

Returns the value of attribute source_name.

Returns:

  • (::String)


1556
1557
1558
# File 'sig/types.rbs', line 1556

def source_name
  @source_name
end