Class: Aws::Types::UpdateFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::UpdateFlowRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#client_token ⇒ ::String
Returns the value of attribute client_token.
-
#description ⇒ ::String
Returns the value of attribute description.
-
#destination_flow_config_list ⇒ ::Array[Types::DestinationFlowConfig]
Returns the value of attribute destination_flow_config_list.
-
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
-
#metadata_catalog_config ⇒ Types::MetadataCatalogConfig
Returns the value of attribute metadata_catalog_config.
-
#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
#client_token ⇒ ::String
Returns the value of attribute client_token.
1408 1409 1410 |
# File 'sig/types.rbs', line 1408 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
1402 1403 1404 |
# File 'sig/types.rbs', line 1402 def description @description end |
#destination_flow_config_list ⇒ ::Array[Types::DestinationFlowConfig]
Returns the value of attribute destination_flow_config_list.
1405 1406 1407 |
# File 'sig/types.rbs', line 1405 def destination_flow_config_list @destination_flow_config_list end |
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
1401 1402 1403 |
# File 'sig/types.rbs', line 1401 def flow_name @flow_name end |
#metadata_catalog_config ⇒ Types::MetadataCatalogConfig
Returns the value of attribute metadata_catalog_config.
1407 1408 1409 |
# File 'sig/types.rbs', line 1407 def @metadata_catalog_config end |
#source_flow_config ⇒ Types::SourceFlowConfig
Returns the value of attribute source_flow_config.
1404 1405 1406 |
# File 'sig/types.rbs', line 1404 def source_flow_config @source_flow_config end |
#tasks ⇒ ::Array[Types::Task]
Returns the value of attribute tasks.
1406 1407 1408 |
# File 'sig/types.rbs', line 1406 def tasks @tasks end |
#trigger_config ⇒ Types::TriggerConfig
Returns the value of attribute trigger_config.
1403 1404 1405 |
# File 'sig/types.rbs', line 1403 def trigger_config @trigger_config end |