Class: Aws::MigrationHubOrchestrator::Types::StepOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::StepOutput
- 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
-
#data_type ⇒ String
The data type of the step output.
-
#name ⇒ String
The name of the step.
-
#required ⇒ Boolean
Determine if an output is required from a step.
Instance Attribute Details
#data_type ⇒ String
The data type of the step output.
1748 1749 1750 1751 1752 1753 1754 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1748 class StepOutput < Struct.new( :name, :data_type, :required) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the step.
1748 1749 1750 1751 1752 1753 1754 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1748 class StepOutput < Struct.new( :name, :data_type, :required) SENSITIVE = [] include Aws::Structure end |
#required ⇒ Boolean
Determine if an output is required from a step.
1748 1749 1750 1751 1752 1753 1754 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1748 class StepOutput < Struct.new( :name, :data_type, :required) SENSITIVE = [] include Aws::Structure end |