Class: Aws::Types::CreateProvisioningArtifactInput
- Inherits:
-
Object
- Object
- Aws::Types::CreateProvisioningArtifactInput
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
-
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
-
#parameters ⇒ Types::ProvisioningArtifactProperties
Returns the value of attribute parameters.
-
#product_id ⇒ ::String
Returns the value of attribute product_id.
Instance Attribute Details
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
249 250 251 |
# File 'sig/types.rbs', line 249 def accept_language @accept_language end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
252 253 254 |
# File 'sig/types.rbs', line 252 def idempotency_token @idempotency_token end |
#parameters ⇒ Types::ProvisioningArtifactProperties
Returns the value of attribute parameters.
251 252 253 |
# File 'sig/types.rbs', line 251 def parameters @parameters end |
#product_id ⇒ ::String
Returns the value of attribute product_id.
250 251 252 |
# File 'sig/types.rbs', line 250 def product_id @product_id end |