Class: Aws::Types::CreateFlowRequest
- Inherits:
-
Object
- Object
- Aws::Types::CreateFlowRequest
- 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.
-
#kms_arn ⇒ ::String
Returns the value of attribute kms_arn.
-
#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.
-
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
-
#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.
329 330 331 |
# File 'sig/types.rbs', line 329 def client_token @client_token end |
#description ⇒ ::String
Returns the value of attribute description.
321 322 323 |
# File 'sig/types.rbs', line 321 def description @description end |
#destination_flow_config_list ⇒ ::Array[Types::DestinationFlowConfig]
Returns the value of attribute destination_flow_config_list.
325 326 327 |
# File 'sig/types.rbs', line 325 def destination_flow_config_list @destination_flow_config_list end |
#flow_name ⇒ ::String
Returns the value of attribute flow_name.
320 321 322 |
# File 'sig/types.rbs', line 320 def flow_name @flow_name end |
#kms_arn ⇒ ::String
Returns the value of attribute kms_arn.
322 323 324 |
# File 'sig/types.rbs', line 322 def kms_arn @kms_arn end |
#metadata_catalog_config ⇒ Types::MetadataCatalogConfig
Returns the value of attribute metadata_catalog_config.
328 329 330 |
# File 'sig/types.rbs', line 328 def @metadata_catalog_config end |
#source_flow_config ⇒ Types::SourceFlowConfig
Returns the value of attribute source_flow_config.
324 325 326 |
# File 'sig/types.rbs', line 324 def source_flow_config @source_flow_config end |
#tags ⇒ ::Hash[::String, ::String]
Returns the value of attribute tags.
327 328 329 |
# File 'sig/types.rbs', line 327 def @tags end |
#tasks ⇒ ::Array[Types::Task]
Returns the value of attribute tasks.
326 327 328 |
# File 'sig/types.rbs', line 326 def tasks @tasks end |
#trigger_config ⇒ Types::TriggerConfig
Returns the value of attribute trigger_config.
323 324 325 |
# File 'sig/types.rbs', line 323 def trigger_config @trigger_config end |