Class: Aws::Types::BridgeFlowOutput
- Inherits:
-
Object
- Object
- Aws::Types::BridgeFlowOutput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#flow_source_arn ⇒ ::String
Returns the value of attribute flow_source_arn.
-
#name ⇒ ::String
Returns the value of attribute name.
Instance Attribute Details
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
275 276 277 |
# File 'sig/types.rbs', line 275 def flow_arn @flow_arn end |
#flow_source_arn ⇒ ::String
Returns the value of attribute flow_source_arn.
276 277 278 |
# File 'sig/types.rbs', line 276 def flow_source_arn @flow_source_arn end |
#name ⇒ ::String
Returns the value of attribute name.
277 278 279 |
# File 'sig/types.rbs', line 277 def name @name end |