Class: Aws::MigrationHubOrchestrator::Types::CreateWorkflowStepGroupResponse

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

#creation_timeTime

The time at which the step group is created.

Returns:

  • (Time)


198
199
200
201
202
203
204
205
206
207
208
209
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 198

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

#descriptionString

The description of the step group.

Returns:

  • (String)


198
199
200
201
202
203
204
205
206
207
208
209
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 198

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

#idString

The ID of the step group.

Returns:

  • (String)


198
199
200
201
202
203
204
205
206
207
208
209
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 198

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

#nameString

The name of the step group.

Returns:

  • (String)


198
199
200
201
202
203
204
205
206
207
208
209
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 198

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

#nextArray<String>

The next step group.

Returns:

  • (Array<String>)


198
199
200
201
202
203
204
205
206
207
208
209
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 198

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

#previousArray<String>

The previous step group.

Returns:

  • (Array<String>)


198
199
200
201
202
203
204
205
206
207
208
209
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 198

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

#toolsArray<Types::Tool>

List of AWS services utilized in a migration workflow.

Returns:



198
199
200
201
202
203
204
205
206
207
208
209
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 198

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

#workflow_idString

The ID of the migration workflow that contains the step group.

Returns:

  • (String)


198
199
200
201
202
203
204
205
206
207
208
209
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 198

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