Class: Aws::Types::AddFlowSourcesRequest
- Inherits:
-
Object
- Object
- Aws::Types::AddFlowSourcesRequest
- 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::SetSourceRequest]
Returns the value of attribute sources.
Instance Attribute Details
#flow_arn ⇒ ::String
Returns the value of attribute flow_arn.
108 109 110 |
# File 'sig/types.rbs', line 108 def flow_arn @flow_arn end |
#sources ⇒ ::Array[Types::SetSourceRequest]
Returns the value of attribute sources.
109 110 111 |
# File 'sig/types.rbs', line 109 def sources @sources end |