Class: Aws::Types::GatewayBridgeSource
- Inherits:
-
Object
- Object
- Aws::Types::GatewayBridgeSource
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
-
#vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment
Returns the value of attribute vpc_interface_attachment.
Instance Attribute Details
#bridge_arn ⇒ ::String
Returns the value of attribute bridge_arn.
836 837 838 |
# File 'sig/types.rbs', line 836 def bridge_arn @bridge_arn end |
#vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment
Returns the value of attribute vpc_interface_attachment.
837 838 839 |
# File 'sig/types.rbs', line 837 def @vpc_interface_attachment end |