Class: Aws::Types::UpdateGatewayBridgeSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateGatewayBridgeSourceRequest
- 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.
2599 2600 2601 |
# File 'sig/types.rbs', line 2599 def bridge_arn @bridge_arn end |
#vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment
Returns the value of attribute vpc_interface_attachment.
2600 2601 2602 |
# File 'sig/types.rbs', line 2600 def @vpc_interface_attachment end |