Class: Aws::Types::RemoveBridgeSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveBridgeSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
-
#source_name ⇒ ::String
Returns the value of attribute source_name.
Instance Attribute Details
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
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.
1556 1557 1558 |
# File 'sig/types.rbs', line 1556 def source_name @source_name end |