Class: Aws::MigrationHubOrchestrator::Types::UpdateWorkflowStepGroupRequest

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)


2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2224

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

#idString

The ID of the step group.

Returns:

  • (String)


2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2224

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

#nameString

The name of the step group.

Returns:

  • (String)


2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2224

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

#nextArray<String>

The next step group.

Returns:

  • (Array<String>)


2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2224

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

#previousArray<String>

The previous step group.

Returns:

  • (Array<String>)


2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2224

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

#workflow_idString

The ID of the migration workflow.

Returns:

  • (String)


2224
2225
2226
2227
2228
2229
2230
2231
2232
2233
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2224

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