Class: Aws::ServiceCatalog::Types::ListProvisioningArtifactsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ListProvisioningArtifactsInput
- 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.
-
#product_id ⇒ String
The product identifier.
Instance Attribute Details
#accept_language ⇒ String
The language code.
-
‘jp` - Japanese
-
‘zh` - Chinese
3602 3603 3604 3605 3606 3607 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3602 class ListProvisioningArtifactsInput < Struct.new( :accept_language, :product_id) SENSITIVE = [] include Aws::Structure end |
#product_id ⇒ String
The product identifier.
3602 3603 3604 3605 3606 3607 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 3602 class ListProvisioningArtifactsInput < Struct.new( :accept_language, :product_id) SENSITIVE = [] include Aws::Structure end |