Class: Aws::MigrationHubOrchestrator::Types::WorkflowStepOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::WorkflowStepOutput
- 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
-
#data_type ⇒ String
The data type of the output.
-
#name ⇒ String
The name of the step.
-
#required ⇒ Boolean
Determine if an output is required from a step.
-
#value ⇒ Types::WorkflowStepOutputUnion
The value of the output.
Instance Attribute Details
#data_type ⇒ String
The data type 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 |
#name ⇒ String
The name of the step.
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 |
#required ⇒ Boolean
Determine if an output is required from a step.
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 |
#value ⇒ Types::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 |