Class: Aws::ServiceCatalog::Types::AssociateServiceActionWithProvisioningArtifactInput

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

Overview

Note:

When making an API call, you may pass AssociateServiceActionWithProvisioningArtifactInput data as a hash:

{
  product_id: "Id", # required
  provisioning_artifact_id: "Id", # required
  service_action_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)


226
227
228
229
230
231
232
# File 'lib/aws-sdk-servicecatalog/types.rb', line 226

class AssociateServiceActionWithProvisioningArtifactInput < Struct.new(
  :product_id,
  :provisioning_artifact_id,
  :service_action_id,
  :accept_language)
  include Aws::Structure
end

#product_idString

The product identifier. For example, ‘prod-abcdzk7xy33qa`.

Returns:

  • (String)


226
227
228
229
230
231
232
# File 'lib/aws-sdk-servicecatalog/types.rb', line 226

class AssociateServiceActionWithProvisioningArtifactInput < Struct.new(
  :product_id,
  :provisioning_artifact_id,
  :service_action_id,
  :accept_language)
  include Aws::Structure
end

#provisioning_artifact_idString

The identifier of the provisioning artifact. For example, ‘pa-4abcdjnxjj6ne`.

Returns:

  • (String)


226
227
228
229
230
231
232
# File 'lib/aws-sdk-servicecatalog/types.rb', line 226

class AssociateServiceActionWithProvisioningArtifactInput < Struct.new(
  :product_id,
  :provisioning_artifact_id,
  :service_action_id,
  :accept_language)
  include Aws::Structure
end

#service_action_idString

The self-service action identifier. For example, ‘act-fs7abcd89wxyz`.

Returns:

  • (String)


226
227
228
229
230
231
232
# File 'lib/aws-sdk-servicecatalog/types.rb', line 226

class AssociateServiceActionWithProvisioningArtifactInput < Struct.new(
  :product_id,
  :provisioning_artifact_id,
  :service_action_id,
  :accept_language)
  include Aws::Structure
end