Class: Aws::MigrationHubOrchestrator::Types::StepOutput

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

Overview

The output of the step.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#data_typeString

The data type of the step output.

Returns:

  • (String)


1600
1601
1602
1603
1604
1605
1606
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1600

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

#nameString

The name of the step.

Returns:

  • (String)


1600
1601
1602
1603
1604
1605
1606
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1600

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

#requiredBoolean

Determine if an output is required from a step.

Returns:

  • (Boolean)


1600
1601
1602
1603
1604
1605
1606
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1600

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