Class: Aws::Types::FlowDefinition
- Inherits:
-
Object
- Object
- Aws::Types::FlowDefinition
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#description ⇒ ::String
Returns the value of attribute description.
-
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
-
#kms_arn ⇒ ::String
Returns the value of attribute kms_arn.
-
#source_flow_config ⇒ Types::SourceFlowConfig
Returns the value of attribute source_flow_config.
-
#tasks ⇒ ::Array[Types::Task]
Returns the value of attribute tasks.
-
#trigger_config ⇒ Types::TriggerConfig
Returns the value of attribute trigger_config.
Instance Attribute Details
#description ⇒ ::String
Returns the value of attribute description.
1006 1007 1008 |
# File 'sig/types.rbs', line 1006 def description @description end |
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
1007 1008 1009 |
# File 'sig/types.rbs', line 1007 def flow_name @flow_name end |
#kms_arn ⇒ ::String
Returns the value of attribute kms_arn.
1008 1009 1010 |
# File 'sig/types.rbs', line 1008 def kms_arn @kms_arn end |
#source_flow_config ⇒ Types::SourceFlowConfig
Returns the value of attribute source_flow_config.
1009 1010 1011 |
# File 'sig/types.rbs', line 1009 def source_flow_config @source_flow_config end |
#tasks ⇒ ::Array[Types::Task]
Returns the value of attribute tasks.
1010 1011 1012 |
# File 'sig/types.rbs', line 1010 def tasks @tasks end |
#trigger_config ⇒ Types::TriggerConfig
Returns the value of attribute trigger_config.
1011 1012 1013 |
# File 'sig/types.rbs', line 1011 def trigger_config @trigger_config end |