Class: Aws::Types::RemoveFlowSourceRequest
- Inherits:
-
Object
- Object
- Aws::Types::RemoveFlowSourceRequest
- 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.
1591 1592 1593 |
# File 'sig/types.rbs', line 1591 def flow_arn @flow_arn end |
#source_arn ⇒ ::String
Returns the value of attribute source_arn.
1592 1593 1594 |
# File 'sig/types.rbs', line 1592 def source_arn @source_arn end |