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:

  • (::String)


2231
2232
2233
# File 'sig/types.rbs', line 2231

def flow_definition_name
  @flow_definition_name
end

#human_loop_activation_configTypes::HumanLoopActivationConfig

Returns the value of attribute human_loop_activation_config.



2233
2234
2235
# File 'sig/types.rbs', line 2233

def human_loop_activation_config
  @human_loop_activation_config
end

#human_loop_configTypes::HumanLoopConfig

Returns the value of attribute human_loop_config.



2234
2235
2236
# File 'sig/types.rbs', line 2234

def human_loop_config
  @human_loop_config
end

#human_loop_request_sourceTypes::HumanLoopRequestSource

Returns the value of attribute human_loop_request_source.



2232
2233
2234
# File 'sig/types.rbs', line 2232

def human_loop_request_source
  @human_loop_request_source
end

#output_configTypes::FlowDefinitionOutputConfig

Returns the value of attribute output_config.



2235
2236
2237
# File 'sig/types.rbs', line 2235

def output_config
  @output_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


2236
2237
2238
# File 'sig/types.rbs', line 2236

def role_arn
  @role_arn
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



2237
2238
2239
# File 'sig/types.rbs', line 2237

def tags
  @tags
end