Class: Aws::Types::AssociateServiceActionWithProvisioningArtifactInput
- Inherits:
-
Object
- Object
- Aws::Types::AssociateServiceActionWithProvisioningArtifactInput
- 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.
-
#product_id ⇒ ::String
Returns the value of attribute product_id.
-
#provisioning_artifact_id ⇒ ::String
Returns the value of attribute provisioning_artifact_id.
-
#service_action_id ⇒ ::String
Returns the value of attribute service_action_id.
Instance Attribute Details
#accept_language ⇒ ::String
Returns the value of attribute accept_language.
62 63 64 |
# File 'sig/types.rbs', line 62 def accept_language @accept_language end |
#idempotency_token ⇒ ::String
Returns the value of attribute idempotency_token.
63 64 65 |
# File 'sig/types.rbs', line 63 def idempotency_token @idempotency_token end |
#product_id ⇒ ::String
Returns the value of attribute product_id.
59 60 61 |
# File 'sig/types.rbs', line 59 def product_id @product_id end |
#provisioning_artifact_id ⇒ ::String
Returns the value of attribute provisioning_artifact_id.
60 61 62 |
# File 'sig/types.rbs', line 60 def provisioning_artifact_id @provisioning_artifact_id end |
#service_action_id ⇒ ::String
Returns the value of attribute service_action_id.
61 62 63 |
# File 'sig/types.rbs', line 61 def service_action_id @service_action_id end |