Class: Aws::MigrationHubOrchestrator::Types::UpdateWorkflowStepGroupResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the step group.

Returns:

  • (String)


2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2269

class UpdateWorkflowStepGroupResponse < Struct.new(
  :workflow_id,
  :name,
  :id,
  :description,
  :tools,
  :next,
  :previous,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#idString

The ID of the step group.

Returns:

  • (String)


2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2269

class UpdateWorkflowStepGroupResponse < Struct.new(
  :workflow_id,
  :name,
  :id,
  :description,
  :tools,
  :next,
  :previous,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

The time at which the step group was last modified.

Returns:

  • (Time)


2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2269

class UpdateWorkflowStepGroupResponse < Struct.new(
  :workflow_id,
  :name,
  :id,
  :description,
  :tools,
  :next,
  :previous,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the step group.

Returns:

  • (String)


2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2269

class UpdateWorkflowStepGroupResponse < Struct.new(
  :workflow_id,
  :name,
  :id,
  :description,
  :tools,
  :next,
  :previous,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#nextArray<String>

The next step group.

Returns:

  • (Array<String>)


2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2269

class UpdateWorkflowStepGroupResponse < Struct.new(
  :workflow_id,
  :name,
  :id,
  :description,
  :tools,
  :next,
  :previous,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#previousArray<String>

The previous step group.

Returns:

  • (Array<String>)


2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2269

class UpdateWorkflowStepGroupResponse < Struct.new(
  :workflow_id,
  :name,
  :id,
  :description,
  :tools,
  :next,
  :previous,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#toolsArray<Types::Tool>

List of AWS services utilized in a migration workflow.

Returns:



2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2269

class UpdateWorkflowStepGroupResponse < Struct.new(
  :workflow_id,
  :name,
  :id,
  :description,
  :tools,
  :next,
  :previous,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_idString

The ID of the migration workflow.

Returns:

  • (String)


2269
2270
2271
2272
2273
2274
2275
2276
2277
2278
2279
2280
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2269

class UpdateWorkflowStepGroupResponse < Struct.new(
  :workflow_id,
  :name,
  :id,
  :description,
  :tools,
  :next,
  :previous,
  :last_modified_time)
  SENSITIVE = []
  include Aws::Structure
end