Class: Aws::Types::UpdateFlowSourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFlowSourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#source ⇒ Types::Source
Returns the value of attribute source.
Instance Attribute Details
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
2593 2594 2595 |
# File 'sig/types.rbs', line 2593 def flow_arn @flow_arn end |
#source ⇒ Types::Source
Returns the value of attribute source.
2594 2595 2596 |
# File 'sig/types.rbs', line 2594 def source @source end |