Class: Aws::ServiceCatalog::Types::BatchDisassociateServiceActionFromProvisioningArtifactInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::BatchDisassociateServiceActionFromProvisioningArtifactInput
- 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.
-
#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.
-
‘jp` - Japanese
-
‘zh` - Chinese
355 356 357 358 359 360 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 355 class BatchDisassociateServiceActionFromProvisioningArtifactInput < 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.
355 356 357 358 359 360 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 355 class BatchDisassociateServiceActionFromProvisioningArtifactInput < Struct.new( :service_action_associations, :accept_language) SENSITIVE = [] include Aws::Structure end |