Class: Aws::ServiceCatalog::Types::BatchAssociateServiceActionWithProvisioningArtifactInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::BatchAssociateServiceActionWithProvisioningArtifactInput
- 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.
-
#service_action_associations ⇒ Array<Types::ServiceActionAssociation>
One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
Instance Attribute Details
#accept_language ⇒ String
The language code.
en
- English (default)jp
- Japanesezh
- Chinese
265 266 267 268 269 270 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 265 class BatchAssociateServiceActionWithProvisioningArtifactInput < Struct.new( :service_action_associations, :accept_language) SENSITIVE = [] include Aws::Structure end |
#service_action_associations ⇒ Array<Types::ServiceActionAssociation>
One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
265 266 267 268 269 270 |
# File 'gems/aws-sdk-servicecatalog/lib/aws-sdk-servicecatalog/types.rb', line 265 class BatchAssociateServiceActionWithProvisioningArtifactInput < Struct.new( :service_action_associations, :accept_language) SENSITIVE = [] include Aws::Structure end |