Method: Aws::ServiceCatalog::Types::DescribeProvisioningArtifactInput#product_name
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
#product_name ⇒ String
The product name.
2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2077 class DescribeProvisioningArtifactInput < Struct.new( :accept_language, :provisioning_artifact_id, :product_id, :provisioning_artifact_name, :product_name, :verbose, :include_provisioning_artifact_parameters) SENSITIVE = [] include Aws::Structure end |