Class: Aws::Types::UpdateFlowRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#client_token::String

Returns the value of attribute client_token.

Returns:

  • (::String)


1408
1409
1410
# File 'sig/types.rbs', line 1408

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


1401
1402
1403
# File 'sig/types.rbs', line 1401

def flow_name
  @flow_name
end

#metadata_catalog_configTypes::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_configTypes::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.

Returns:



1406
1407
1408
# File 'sig/types.rbs', line 1406

def tasks
  @tasks
end

#trigger_configTypes::TriggerConfig

Returns the value of attribute trigger_config.



1403
1404
1405
# File 'sig/types.rbs', line 1403

def trigger_config
  @trigger_config
end