Class: Aws::MigrationHubOrchestrator::Types::DeleteMigrationWorkflowResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::DeleteMigrationWorkflowResponse
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#arn ⇒ String
The Amazon Resource Name (ARN) of the migration workflow.
-
#id ⇒ String
The ID of the migration workflow.
-
#status ⇒ String
The status of the migration workflow.
Instance Attribute Details
#arn ⇒ String
The Amazon Resource Name (ARN) of the migration workflow.
408 409 410 411 412 413 414 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 408 class DeleteMigrationWorkflowResponse < Struct.new( :id, :arn, :status) SENSITIVE = [] include Aws::Structure end |
#id ⇒ String
The ID of the migration workflow.
408 409 410 411 412 413 414 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 408 class DeleteMigrationWorkflowResponse < Struct.new( :id, :arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the migration workflow.
408 409 410 411 412 413 414 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 408 class DeleteMigrationWorkflowResponse < Struct.new( :id, :arn, :status) SENSITIVE = [] include Aws::Structure end |