Class: Aws::ServiceCatalog::Types::ListProvisioningArtifactsInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::ListProvisioningArtifactsInput
- Defined in:
- gems/aws-sdk-servicecatalog/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
- Japanesezh
- Chinese
3602 3603 3604 3605 3606 3607 |
# File 'gems/aws-sdk-servicecatalog/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 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 3602 class ListProvisioningArtifactsInput < Struct.new( :accept_language, :product_id) SENSITIVE = [] include Aws::Structure end |