Class: Aws::Types::BridgeFlowSource
- Inherits:
-
Object
- Object
- Aws::Types::BridgeFlowSource
- 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.
-
#name ⇒ ::String
Returns the value of attribute name.
-
#output_arn ⇒ ::String
Returns the value of attribute output_arn.
Instance Attribute Details
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
282 283 284 |
# File 'sig/types.rbs', line 282 def flow_arn @flow_arn end |
#flow_vpc_interface_attachment ⇒ Types::VpcInterfaceAttachment
Returns the value of attribute flow_vpc_interface_attachment.
283 284 285 |
# File 'sig/types.rbs', line 283 def @flow_vpc_interface_attachment end |
#name ⇒ ::String
Returns the value of attribute name.
284 285 286 |
# File 'sig/types.rbs', line 284 def name @name end |
#output_arn ⇒ ::String
Returns the value of attribute output_arn.
285 286 287 |
# File 'sig/types.rbs', line 285 def output_arn @output_arn end |