Class: Aws::Types::DescribeFlowDefinitionResponse

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#creation_time::Time

Returns the value of attribute creation_time.

Returns:



4357
4358
4359
# File 'sig/types.rbs', line 4357

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:



4363
4364
4365
# File 'sig/types.rbs', line 4363

def failure_reason
  @failure_reason
end

#flow_definition_arn::String

Returns the value of attribute flow_definition_arn.

Returns:



4354
4355
4356
# File 'sig/types.rbs', line 4354

def flow_definition_arn
  @flow_definition_arn
end

#flow_definition_name::String

Returns the value of attribute flow_definition_name.

Returns:



4355
4356
4357
# File 'sig/types.rbs', line 4355

def flow_definition_name
  @flow_definition_name
end

#flow_definition_status"Initializing", ...

Returns the value of attribute flow_definition_status.

Returns:



4356
4357
4358
# File 'sig/types.rbs', line 4356

def flow_definition_status
  @flow_definition_status
end

#human_loop_activation_configTypes::HumanLoopActivationConfig

Returns the value of attribute human_loop_activation_config.

Returns:



4359
4360
4361
# File 'sig/types.rbs', line 4359

def human_loop_activation_config
  @human_loop_activation_config
end

#human_loop_configTypes::HumanLoopConfig

Returns the value of attribute human_loop_config.

Returns:



4360
4361
4362
# File 'sig/types.rbs', line 4360

def human_loop_config
  @human_loop_config
end

#human_loop_request_sourceTypes::HumanLoopRequestSource

Returns the value of attribute human_loop_request_source.

Returns:



4358
4359
4360
# File 'sig/types.rbs', line 4358

def human_loop_request_source
  @human_loop_request_source
end

#output_configTypes::FlowDefinitionOutputConfig

Returns the value of attribute output_config.

Returns:



4361
4362
4363
# File 'sig/types.rbs', line 4361

def output_config
  @output_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:



4362
4363
4364
# File 'sig/types.rbs', line 4362

def role_arn
  @role_arn
end