Class: Aws::Types::AddFlowSourcesResponse
- Inherits:
-
Object
- Object
- Aws::Types::AddFlowSourcesResponse
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
-
#sources ⇒ ::Array[Types::Source]
Returns the value of attribute sources.
Instance Attribute Details
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
114 115 116 |
# File 'sig/types.rbs', line 114 def flow_arn @flow_arn end |
#sources ⇒ ::Array[Types::Source]
Returns the value of attribute sources.
115 116 117 |
# File 'sig/types.rbs', line 115 def sources @sources end |