Class: Aws::Deadline::Types::DeleteMeteredProductRequest

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 ID of the license endpoint from which to remove the metered product.

Returns:

  • (String)


1761
1762
1763
1764
1765
1766
# File 'lib/aws-sdk-deadline/types.rb', line 1761

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

#product_idString

The product ID to remove from the license endpoint.

Returns:

  • (String)


1761
1762
1763
1764
1765
1766
# File 'lib/aws-sdk-deadline/types.rb', line 1761

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