Class: Aws::Types::CreateFlowRequest

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)


329
330
331
# File 'sig/types.rbs', line 329

def client_token
  @client_token
end

#description::String

Returns the value of attribute description.

Returns:

  • (::String)


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.

Returns:



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.

Returns:

  • (::String)


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.

Returns:

  • (::String)


322
323
324
# File 'sig/types.rbs', line 322

def kms_arn
  @kms_arn
end

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

Returns:

  • (::Hash[::String, ::String])


327
328
329
# File 'sig/types.rbs', line 327

def tags
  @tags
end

#tasks::Array[Types::Task]

Returns the value of attribute tasks.

Returns:



326
327
328
# File 'sig/types.rbs', line 326

def tasks
  @tasks
end

#trigger_configTypes::TriggerConfig

Returns the value of attribute trigger_config.



323
324
325
# File 'sig/types.rbs', line 323

def trigger_config
  @trigger_config
end