Module: Aws::MigrationHubOrchestrator::Types

Defined in:
gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb

Defined Under Namespace

Classes: AccessDeniedException, CreateMigrationWorkflowRequest, CreateMigrationWorkflowResponse, CreateWorkflowStepGroupRequest, CreateWorkflowStepGroupResponse, CreateWorkflowStepRequest, CreateWorkflowStepResponse, DeleteMigrationWorkflowRequest, DeleteMigrationWorkflowResponse, 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, TemplateStepGroupSummary, TemplateStepSummary, TemplateSummary, ThrottlingException, Tool, UntagResourceRequest, UntagResourceResponse, UpdateMigrationWorkflowRequest, UpdateMigrationWorkflowResponse, UpdateWorkflowStepGroupRequest, UpdateWorkflowStepGroupResponse, UpdateWorkflowStepRequest, UpdateWorkflowStepResponse, ValidationException, WorkflowStepAutomationConfiguration, WorkflowStepGroupSummary, WorkflowStepOutput, WorkflowStepOutputUnion, WorkflowStepSummary

Instance Attribute Summary collapse

Instance Attribute Details

#integer_valueInteger

The integer value.

Returns:

  • (Integer)


1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1567

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>)


2284
2285
2286
2287
2288
2289
2290
2291
2292
2293
2294
2295
2296
2297
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2284

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>)


1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1567

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>)


1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1567

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)


1567
1568
1569
1570
1571
1572
1573
1574
1575
1576
1577
1578
1579
1580
1581
1582
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 1567

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