Class: Aws::ServiceCatalog::Types::DescribeProvisioningArtifactInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DescribeProvisioningArtifactInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept_language ⇒ String
The language code.
-
#include_provisioning_artifact_parameters ⇒ Boolean
Indicates if the API call response does or does not include additional details about the provisioning parameters.
-
#product_id ⇒ String
The product identifier.
-
#product_name ⇒ String
The product name.
-
#provisioning_artifact_id ⇒ String
The identifier of the provisioning artifact.
-
#provisioning_artifact_name ⇒ String
The provisioning artifact name.
-
#verbose ⇒ Boolean
Indicates whether a verbose level of detail is enabled.
Instance Attribute Details
#accept_language ⇒ String
The language code.
-
‘jp` - Japanese
-
‘zh` - Chinese
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 |
#include_provisioning_artifact_parameters ⇒ Boolean
Indicates if the API call response does or does not include additional details about the provisioning parameters.
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 |
#product_id ⇒ String
The product identifier.
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 |
#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 |
#provisioning_artifact_id ⇒ String
The identifier of the provisioning artifact.
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 |
#provisioning_artifact_name ⇒ String
The provisioning artifact 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 |
#verbose ⇒ Boolean
Indicates whether a verbose level of detail is enabled.
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 |