You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ServiceCatalog::Types::BatchDisassociateServiceActionFromProvisioningArtifactInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing BatchDisassociateServiceActionFromProvisioningArtifactInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  service_action_associations: [ # required
    {
      service_action_id: "Id", # required
      product_id: "Id", # required
      provisioning_artifact_id: "Id", # required
    },
  ],
  accept_language: "AcceptLanguage",
}

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • en - English (default)

  • jp - Japanese

  • zh - Chinese

Returns:

  • (String)

    The language code.

#service_action_associationsArray<Types::ServiceActionAssociation>

One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.

Returns:

  • (Array<Types::ServiceActionAssociation>)

    One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.