Class: Aws::Types::DeleteMeteredProductRequest
- Inherits:
-
Object
- Object
- Aws::Types::DeleteMeteredProductRequest
- 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.
965 966 967 |
# File 'sig/types.rbs', line 965 def license_endpoint_id @license_endpoint_id end |
#product_id ⇒ ::String
Returns the value of attribute product_id.
966 967 968 |
# File 'sig/types.rbs', line 966 def product_id @product_id end |