Class: Aws::Types::CreateFlowDefinitionRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#flow_definition_name::String

Returns the value of attribute flow_definition_name.

Returns:



2246
2247
2248
# File 'sig/types.rbs', line 2246

def flow_definition_name
  @flow_definition_name
end

#human_loop_activation_configTypes::HumanLoopActivationConfig

Returns the value of attribute human_loop_activation_config.

Returns:



2248
2249
2250
# File 'sig/types.rbs', line 2248

def human_loop_activation_config
  @human_loop_activation_config
end

#human_loop_configTypes::HumanLoopConfig

Returns the value of attribute human_loop_config.

Returns:



2249
2250
2251
# File 'sig/types.rbs', line 2249

def human_loop_config
  @human_loop_config
end

#human_loop_request_sourceTypes::HumanLoopRequestSource

Returns the value of attribute human_loop_request_source.

Returns:



2247
2248
2249
# File 'sig/types.rbs', line 2247

def human_loop_request_source
  @human_loop_request_source
end

#output_configTypes::FlowDefinitionOutputConfig

Returns the value of attribute output_config.

Returns:



2250
2251
2252
# File 'sig/types.rbs', line 2250

def output_config
  @output_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



2251
2252
2253
# File 'sig/types.rbs', line 2251

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2252
2253
2254
# File 'sig/types.rbs', line 2252

def tags
  @tags
end