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:

  • (::Time)


4340
4341
4342
# File 'sig/types.rbs', line 4340

def creation_time
  @creation_time
end

#failure_reason::String

Returns the value of attribute failure_reason.

Returns:

  • (::String)


4346
4347
4348
# File 'sig/types.rbs', line 4346

def failure_reason
  @failure_reason
end

#flow_definition_arn::String

Returns the value of attribute flow_definition_arn.

Returns:

  • (::String)


4337
4338
4339
# File 'sig/types.rbs', line 4337

def flow_definition_arn
  @flow_definition_arn
end

#flow_definition_name::String

Returns the value of attribute flow_definition_name.

Returns:

  • (::String)


4338
4339
4340
# File 'sig/types.rbs', line 4338

def flow_definition_name
  @flow_definition_name
end

#flow_definition_status"Initializing", ...

Returns the value of attribute flow_definition_status.

Returns:

  • ("Initializing", "Active", "Failed", "Deleting")


4339
4340
4341
# File 'sig/types.rbs', line 4339

def flow_definition_status
  @flow_definition_status
end

#human_loop_activation_configTypes::HumanLoopActivationConfig

Returns the value of attribute human_loop_activation_config.



4342
4343
4344
# File 'sig/types.rbs', line 4342

def human_loop_activation_config
  @human_loop_activation_config
end

#human_loop_configTypes::HumanLoopConfig

Returns the value of attribute human_loop_config.



4343
4344
4345
# File 'sig/types.rbs', line 4343

def human_loop_config
  @human_loop_config
end

#human_loop_request_sourceTypes::HumanLoopRequestSource

Returns the value of attribute human_loop_request_source.



4341
4342
4343
# File 'sig/types.rbs', line 4341

def human_loop_request_source
  @human_loop_request_source
end

#output_configTypes::FlowDefinitionOutputConfig

Returns the value of attribute output_config.



4344
4345
4346
# File 'sig/types.rbs', line 4344

def output_config
  @output_config
end

#role_arn::String

Returns the value of attribute role_arn.

Returns:

  • (::String)


4345
4346
4347
# File 'sig/types.rbs', line 4345

def role_arn
  @role_arn
end