Class: Aws::Deadline::Types::DeleteLicenseEndpointRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-deadline/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_endpoint_idString

The license endpoint ID of the license endpoint to delete.

Returns:

  • (String)


1740
1741
1742
1743
1744
# File 'lib/aws-sdk-deadline/types.rb', line 1740

class DeleteLicenseEndpointRequest < Struct.new(
  :license_endpoint_id)
  SENSITIVE = []
  include Aws::Structure
end