Class: Aws::ServiceCatalog::Types::BatchAssociateServiceActionWithProvisioningArtifactInput

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)


320
321
322
323
324
325
# File 'lib/aws-sdk-servicecatalog/types.rb', line 320

class BatchAssociateServiceActionWithProvisioningArtifactInput < 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.



320
321
322
323
324
325
# File 'lib/aws-sdk-servicecatalog/types.rb', line 320

class BatchAssociateServiceActionWithProvisioningArtifactInput < Struct.new(
  :service_action_associations,
  :accept_language)
  SENSITIVE = []
  include Aws::Structure
end