Class: Aws::MigrationHubOrchestrator::Types::DeleteTemplateRequest

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 request to delete a migration workflow template.

Returns:

  • (String)


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