Class: Aws::LicenseManagerUserSubscriptions::Types::DeleteLicenseServerEndpointRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#license_server_endpoint_arnString

The Amazon Resource Name (ARN) that identifies the ‘LicenseServerEndpoint` resource to delete.

Returns:

  • (String)


242
243
244
245
246
247
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 242

class DeleteLicenseServerEndpointRequest < Struct.new(
  :license_server_endpoint_arn,
  :server_type)
  SENSITIVE = []
  include Aws::Structure
end

#server_typeString

The type of License Server that the delete request refers to.

Returns:

  • (String)


242
243
244
245
246
247
# File 'lib/aws-sdk-licensemanagerusersubscriptions/types.rb', line 242

class DeleteLicenseServerEndpointRequest < Struct.new(
  :license_server_endpoint_arn,
  :server_type)
  SENSITIVE = []
  include Aws::Structure
end