Class: Aws::Deadline::Types::PutMeteredProductRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Deadline::Types::PutMeteredProductRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-deadline/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#license_endpoint_id ⇒ String
The license endpoint ID to add to the metered product.
-
#product_id ⇒ String
The product ID to add to the metered product.
Instance Attribute Details
#license_endpoint_id ⇒ String
The license endpoint ID to add to the metered product.
6590 6591 6592 6593 6594 6595 |
# File 'lib/aws-sdk-deadline/types.rb', line 6590 class PutMeteredProductRequest < Struct.new( :license_endpoint_id, :product_id) SENSITIVE = [] include Aws::Structure end |
#product_id ⇒ String
The product ID to add to the metered product.
6590 6591 6592 6593 6594 6595 |
# File 'lib/aws-sdk-deadline/types.rb', line 6590 class PutMeteredProductRequest < Struct.new( :license_endpoint_id, :product_id) SENSITIVE = [] include Aws::Structure end |