Class: Aws::MigrationHubOrchestrator::Types::DeleteTemplateRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubOrchestrator::Types::DeleteTemplateRequest
- Defined in:
- gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#id ⇒ String
The ID of the request to delete a migration workflow template.
Instance Attribute Details
#id ⇒ String
The ID of the request to delete a migration workflow template.
422 423 424 425 426 |
# File 'gems/aws-sdk-migrationhuborchestrator/lib/aws-sdk-migrationhuborchestrator/types.rb', line 422 class DeleteTemplateRequest < Struct.new( :id) SENSITIVE = [] include Aws::Structure end |