Class: Aws::Types::RemoveFlowSourceResponse
- Inherits:
-
Object
- Object
- Aws::Types::RemoveFlowSourceResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
Instance Attribute Details
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
1597 1598 1599 |
# File 'sig/types.rbs', line 1597 def flow_arn @flow_arn end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
1598 1599 1600 |
# File 'sig/types.rbs', line 1598 def source_arn @source_arn end |