Class: Aws::MigrationHubOrchestrator::Types::UpdateWorkflowStepResponse

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

#idString

The ID of the step.

Returns:

  • (String)


2370
2371
2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2370

class UpdateWorkflowStepResponse < Struct.new(
  :id,
  :step_group_id,
  :workflow_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the step.

Returns:

  • (String)


2370
2371
2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2370

class UpdateWorkflowStepResponse < Struct.new(
  :id,
  :step_group_id,
  :workflow_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#step_group_idString

The ID of the step group.

Returns:

  • (String)


2370
2371
2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2370

class UpdateWorkflowStepResponse < Struct.new(
  :id,
  :step_group_id,
  :workflow_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end

#workflow_idString

The ID of the migration workflow.

Returns:

  • (String)


2370
2371
2372
2373
2374
2375
2376
2377
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 2370

class UpdateWorkflowStepResponse < Struct.new(
  :id,
  :step_group_id,
  :workflow_id,
  :name)
  SENSITIVE = []
  include Aws::Structure
end