Class: Aws::Types::UpdateBridgeFlowSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateBridgeFlowSourceRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#flow_vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment
Returns the value of attribute flow_vpc_interface_attachment.
Instance Attribute Details
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
2382 2383 2384 |
# File 'sig/types.rbs', line 2382 def flow_arn @flow_arn end |
#flow_vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment
Returns the value of attribute flow_vpc_interface_attachment.
2383 2384 2385 |
# File 'sig/types.rbs', line 2383 def @flow_vpc_interface_attachment end |