Class: Aws::MigrationHubOrchestrator::Types::WorkflowStepOutput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb

Overview

The output of a step.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_typeString

The data type of the output.

Returns:

  • (String)


2486
2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2486

class WorkflowStepOutput < Struct.new(
  :name,
  :data_type,
  :required,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the step.

Returns:

  • (String)


2486
2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2486

class WorkflowStepOutput < Struct.new(
  :name,
  :data_type,
  :required,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#requiredBoolean

Determine if an output is required from a step.

Returns:

  • (Boolean)


2486
2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2486

class WorkflowStepOutput < Struct.new(
  :name,
  :data_type,
  :required,
  :value)
  SENSITIVE = []
  include Aws::Structure
end

#valueTypes::WorkflowStepOutputUnion

The value of the output.



2486
2487
2488
2489
2490
2491
2492
2493
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2486

class WorkflowStepOutput < Struct.new(
  :name,
  :data_type,
  :required,
  :value)
  SENSITIVE = []
  include Aws::Structure
end