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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-servicecatalog/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#accept_languageString

The language code.

  • ‘jp` - Japanese

  • ‘zh` - Chinese

Returns:

  • (String)


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_associationsArray<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