Class: Aws::Types::DeleteProvisioningArtifactInput
- Inherits:
-
Object
- Object
- Aws::Types::DeleteProvisioningArtifactInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
-
#product_id ⇒ ::String
Returns the value of attribute product_id.
-
#provisioning_artifact_id ⇒ ::String
Returns the value of attribute provisioning_artifact_id.
Instance Attribute Details
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
340 341 342 |
# File 'sig/types.rbs', line 340 def accept_language @accept_language end |
#product_id ⇒ ::String
Returns the value of attribute product_id.
341 342 343 |
# File 'sig/types.rbs', line 341 def product_id @product_id end |
#provisioning_artifact_id ⇒ ::String
Returns the value of attribute provisioning_artifact_id.
342 343 344 |
# File 'sig/types.rbs', line 342 def provisioning_artifact_id @provisioning_artifact_id end |