Class: Aws::MigrationHubOrchestrator::Types::GetWorkflowStepGroupResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::GetWorkflowStepGroupResponse
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
The time at which the step group was created.
-
#description ⇒ String
The description of the step group.
-
#end_time ⇒ Time
The time at which the step group ended.
-
#id ⇒ String
The ID of the step group.
-
#last_modified_time ⇒ Time
The time at which the step group was last modified.
-
#name ⇒ String
The name of the step group.
-
#next ⇒ Array<String>
The next step group.
-
#owner ⇒ String
The owner of the step group.
-
#previous ⇒ Array<String>
The previous step group.
-
#status ⇒ String
The status of the step group.
-
#tools ⇒ Array<Types::Tool>
List of AWS services utilized in a migration workflow.
-
#workflow_id ⇒ String
The ID of the migration workflow.
Instance Attribute Details
#creation_time ⇒ Time
The time at which the step group was created.
928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 928 class GetWorkflowStepGroupResponse < Struct.new( :id, :workflow_id, :name, :description, :status, :owner, :creation_time, :last_modified_time, :end_time, :tools, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
The description of the step group.
928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 928 class GetWorkflowStepGroupResponse < Struct.new( :id, :workflow_id, :name, :description, :status, :owner, :creation_time, :last_modified_time, :end_time, :tools, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#end_time ⇒ Time
The time at which the step group ended.
928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 928 class GetWorkflowStepGroupResponse < Struct.new( :id, :workflow_id, :name, :description, :status, :owner, :creation_time, :last_modified_time, :end_time, :tools, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the step group.
928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 928 class GetWorkflowStepGroupResponse < Struct.new( :id, :workflow_id, :name, :description, :status, :owner, :creation_time, :last_modified_time, :end_time, :tools, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
The time at which the step group was last modified.
928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 928 class GetWorkflowStepGroupResponse < Struct.new( :id, :workflow_id, :name, :description, :status, :owner, :creation_time, :last_modified_time, :end_time, :tools, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the step group.
928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 928 class GetWorkflowStepGroupResponse < Struct.new( :id, :workflow_id, :name, :description, :status, :owner, :creation_time, :last_modified_time, :end_time, :tools, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#next ⇒ Array<String>
The next step group.
928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 928 class GetWorkflowStepGroupResponse < Struct.new( :id, :workflow_id, :name, :description, :status, :owner, :creation_time, :last_modified_time, :end_time, :tools, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#owner ⇒ String
The owner of the step group.
928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 928 class GetWorkflowStepGroupResponse < Struct.new( :id, :workflow_id, :name, :description, :status, :owner, :creation_time, :last_modified_time, :end_time, :tools, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#previous ⇒ Array<String>
The previous step group.
928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 928 class GetWorkflowStepGroupResponse < Struct.new( :id, :workflow_id, :name, :description, :status, :owner, :creation_time, :last_modified_time, :end_time, :tools, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the step group.
928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 928 class GetWorkflowStepGroupResponse < Struct.new( :id, :workflow_id, :name, :description, :status, :owner, :creation_time, :last_modified_time, :end_time, :tools, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#tools ⇒ Array<Types::Tool>
List of AWS services utilized in a migration workflow.
928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 928 class GetWorkflowStepGroupResponse < Struct.new( :id, :workflow_id, :name, :description, :status, :owner, :creation_time, :last_modified_time, :end_time, :tools, :previous, :next) SENSITIVE = [] include Aws::Structure end |
#workflow_id ⇒ String
The ID of the migration workflow.
928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 928 class GetWorkflowStepGroupResponse < Struct.new( :id, :workflow_id, :name, :description, :status, :owner, :creation_time, :last_modified_time, :end_time, :tools, :previous, :next) SENSITIVE = [] include Aws::Structure end |