Class: Aws::Types::AppflowIntegration
- Inherits:
-
Object
- Object
- Aws::Types::AppflowIntegration
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#batches ⇒ ::Array[Types::Batch]
Returns the value of attribute batches.
-
#flow_definition ⇒ Types::FlowDefinition
Returns the value of attribute flow_definition.
Instance Attribute Details
#batches ⇒ ::Array[Types::Batch]
Returns the value of attribute batches.
62 63 64 |
# File 'sig/types.rbs', line 62 def batches @batches end |
#flow_definition ⇒ Types::FlowDefinition
Returns the value of attribute flow_definition.
61 62 63 |
# File 'sig/types.rbs', line 61 def flow_definition @flow_definition end |