Class: Aws::Types::PutMeteredProductRequest
- Inherits:
-
Object
- Object
- Aws::Types::PutMeteredProductRequest
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#license_endpoint_id ⇒ ::String
Returns the value of attribute license_endpoint_id.
-
#product_id ⇒ ::String
Returns the value of attribute product_id.
Instance Attribute Details
#license_endpoint_id ⇒ ::String
Returns the value of attribute license_endpoint_id.
2478 2479 2480 |
# File 'sig/types.rbs', line 2478 def license_endpoint_id @license_endpoint_id end |
#product_id ⇒ ::String
Returns the value of attribute product_id.
2479 2480 2481 |
# File 'sig/types.rbs', line 2479 def product_id @product_id end |