class Aws::ServiceCatalog::Types::AssociateServiceActionWithProvisioningArtifactInput
@note When making an API call, you may pass AssociateServiceActionWithProvisioningArtifactInput
data as a hash: { product_id: "Id", # required provisioning_artifact_id: "Id", # required service_action_id: "Id", # required accept_language: "AcceptLanguage", }
@!attribute [rw] product_id
The product identifier. For example, `prod-abcdzk7xy33qa`. @return [String]
@!attribute [rw] provisioning_artifact_id
The identifier of the provisioning artifact. For example, `pa-4abcdjnxjj6ne`. @return [String]
@!attribute [rw] service_action_id
The self-service action identifier. For example, `act-fs7abcd89wxyz`. @return [String]
@!attribute [rw] accept_language
The language code. * `en` - English (default) * `jp` - Japanese * `zh` - Chinese @return [String]
@see docs.aws.amazon.com/goto/WebAPI/servicecatalog-2015-12-10/AssociateServiceActionWithProvisioningArtifactInput AWS API Documentation
Constants
- SENSITIVE