Module: Aws::MigrationHubOrchestrator::Types
- Defined in:
- lib/aws-sdk-migrationhuborchestrator/types.rb
Defined Under Namespace
Classes: AccessDeniedException, ConflictException, CreateMigrationWorkflowRequest, CreateMigrationWorkflowResponse, CreateTemplateRequest, CreateTemplateResponse, CreateWorkflowStepGroupRequest, CreateWorkflowStepGroupResponse, CreateWorkflowStepRequest, CreateWorkflowStepResponse, DeleteMigrationWorkflowRequest, DeleteMigrationWorkflowResponse, DeleteTemplateRequest, DeleteTemplateResponse, DeleteWorkflowStepGroupRequest, DeleteWorkflowStepGroupResponse, DeleteWorkflowStepRequest, DeleteWorkflowStepResponse, GetMigrationWorkflowRequest, GetMigrationWorkflowResponse, GetMigrationWorkflowTemplateRequest, GetMigrationWorkflowTemplateResponse, GetTemplateStepGroupRequest, GetTemplateStepGroupResponse, GetTemplateStepRequest, GetTemplateStepResponse, GetWorkflowStepGroupRequest, GetWorkflowStepGroupResponse, GetWorkflowStepRequest, GetWorkflowStepResponse, InternalServerException, ListMigrationWorkflowTemplatesRequest, ListMigrationWorkflowTemplatesResponse, ListMigrationWorkflowsRequest, ListMigrationWorkflowsResponse, ListPluginsRequest, ListPluginsResponse, ListTagsForResourceRequest, ListTagsForResourceResponse, ListTemplateStepGroupsRequest, ListTemplateStepGroupsResponse, ListTemplateStepsRequest, ListTemplateStepsResponse, ListWorkflowStepGroupsRequest, ListWorkflowStepGroupsResponse, ListWorkflowStepsRequest, ListWorkflowStepsResponse, MigrationWorkflowSummary, PlatformCommand, PlatformScriptKey, PluginSummary, ResourceNotFoundException, RetryWorkflowStepRequest, RetryWorkflowStepResponse, StartMigrationWorkflowRequest, StartMigrationWorkflowResponse, StepAutomationConfiguration, StepInput, StepOutput, StopMigrationWorkflowRequest, StopMigrationWorkflowResponse, TagResourceRequest, TagResourceResponse, TemplateInput, TemplateSource, TemplateStepGroupSummary, TemplateStepSummary, TemplateSummary, ThrottlingException, Tool, UntagResourceRequest, UntagResourceResponse, UpdateMigrationWorkflowRequest, UpdateMigrationWorkflowResponse, UpdateTemplateRequest, UpdateTemplateResponse, UpdateWorkflowStepGroupRequest, UpdateWorkflowStepGroupResponse, UpdateWorkflowStepRequest, UpdateWorkflowStepResponse, ValidationException, WorkflowStepAutomationConfiguration, WorkflowStepGroupSummary, WorkflowStepOutput, WorkflowStepOutputUnion, WorkflowStepSummary
Instance Attribute Summary collapse
-
#integer_value ⇒ Integer
The integer value.
-
#list_of_string_value ⇒ Array<String>
The list of string value.
-
#list_of_strings_value ⇒ Array<String>
List of string values.
-
#map_of_string_value ⇒ Hash<String,String>
Map of string values.
-
#string_value ⇒ String
The string value.
-
#workflow_id ⇒ String
The ID of the workflow from the source migration workflow template.
Instance Attribute Details
#integer_value ⇒ Integer
The integer value.
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'lib/aws-sdk-migrationhuborchestrator/types.rb', line 1715 class StepInput < Struct.new( :integer_value, :string_value, :list_of_strings_value, :map_of_string_value, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class IntegerValue < StepInput; end class StringValue < StepInput; end class ListOfStringsValue < StepInput; end class MapOfStringValue < StepInput; end class Unknown < StepInput; end end |
#list_of_string_value ⇒ Array<String>
The list of string value.
2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 |
# File 'lib/aws-sdk-migrationhuborchestrator/types.rb', line 2515 class WorkflowStepOutputUnion < Struct.new( :integer_value, :string_value, :list_of_string_value, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class IntegerValue < WorkflowStepOutputUnion; end class StringValue < WorkflowStepOutputUnion; end class ListOfStringValue < WorkflowStepOutputUnion; end class Unknown < WorkflowStepOutputUnion; end end |
#list_of_strings_value ⇒ Array<String>
List of string values.
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'lib/aws-sdk-migrationhuborchestrator/types.rb', line 1715 class StepInput < Struct.new( :integer_value, :string_value, :list_of_strings_value, :map_of_string_value, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class IntegerValue < StepInput; end class StringValue < StepInput; end class ListOfStringsValue < StepInput; end class MapOfStringValue < StepInput; end class Unknown < StepInput; end end |
#map_of_string_value ⇒ Hash<String,String>
Map of string values.
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'lib/aws-sdk-migrationhuborchestrator/types.rb', line 1715 class StepInput < Struct.new( :integer_value, :string_value, :list_of_strings_value, :map_of_string_value, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class IntegerValue < StepInput; end class StringValue < StepInput; end class ListOfStringsValue < StepInput; end class MapOfStringValue < StepInput; end class Unknown < StepInput; end end |
#string_value ⇒ String
The string value.
1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 |
# File 'lib/aws-sdk-migrationhuborchestrator/types.rb', line 1715 class StepInput < Struct.new( :integer_value, :string_value, :list_of_strings_value, :map_of_string_value, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class IntegerValue < StepInput; end class StringValue < StepInput; end class ListOfStringsValue < StepInput; end class MapOfStringValue < StepInput; end class Unknown < StepInput; end end |
#workflow_id ⇒ String
The ID of the workflow from the source migration workflow template.
1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 |
# File 'lib/aws-sdk-migrationhuborchestrator/types.rb', line 1858 class TemplateSource < Struct.new( :workflow_id, :unknown) SENSITIVE = [] include Aws::Structure include Aws::Structure::Union class WorkflowId < TemplateSource; end class Unknown < TemplateSource; end end |