Module: Aws::MigrationHubOrchestrator::Types

Defined in:
gems/aws-sdk-migrationhuborchestrator/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

Instance Attribute Details

#integer_valueInteger

The integer value.

Returns:

  • (Integer)


1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
# File 'gems/aws-sdk-migrationhuborchestrator/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_valueArray<String>

The list of string value.

Returns:

  • (Array<String>)


2515
2516
2517
2518
2519
2520
2521
2522
2523
2524
2525
2526
2527
2528
# File 'gems/aws-sdk-migrationhuborchestrator/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_valueArray<String>

List of string values.

Returns:

  • (Array<String>)


1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
# File 'gems/aws-sdk-migrationhuborchestrator/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_valueHash<String,String>

Map of string values.

Returns:

  • (Hash<String,String>)


1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
# File 'gems/aws-sdk-migrationhuborchestrator/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_valueString

The string value.

Returns:

  • (String)


1715
1716
1717
1718
1719
1720
1721
1722
1723
1724
1725
1726
1727
1728
1729
1730
# File 'gems/aws-sdk-migrationhuborchestrator/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_idString

The ID of the workflow from the source migration workflow template.

Returns:

  • (String)


1858
1859
1860
1861
1862
1863
1864
1865
1866
1867
# File 'gems/aws-sdk-migrationhuborchestrator/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