Class: Aws::Deadline::Types::DeleteMeteredProductRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::DeleteMeteredProductRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_endpoint_id ⇒ String
The ID of the license endpoint from which to remove the metered product.
-
#product_id ⇒ String
The product ID to remove from the license endpoint.
Instance Attribute Details
#license_endpoint_id ⇒ String
The ID of the license endpoint from which to remove the metered product.
1810 1811 1812 1813 1814 1815 |
# File 'lib/aws-sdk-deadline/types.rb', line 1810 class DeleteMeteredProductRequest < Struct.new( :license_endpoint_id, :product_id) SENSITIVE = [] include Aws::Structure end |
#product_id ⇒ String
The product ID to remove from the license endpoint.
1810 1811 1812 1813 1814 1815 |
# File 'lib/aws-sdk-deadline/types.rb', line 1810 class DeleteMeteredProductRequest < Struct.new( :license_endpoint_id, :product_id) SENSITIVE = [] include Aws::Structure end |