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

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)


270
271
272
273
274
275
276
277
278
# File 'lib/aws-sdk-servicecatalog/types.rb', line 270

class AssociateServiceActionWithProvisioningArtifactInput < Struct.new(
  :product_id,
  :provisioning_artifact_id,
  :service_action_id,
  :accept_language,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end

#idempotency_tokenString

A unique identifier that you provide to ensure idempotency. If multiple requests from the same Amazon Web Services account use the same idempotency token, the same response is returned for each repeated request.

**A suitable default value is auto-generated.** You should normally not need to pass this option.

Returns:

  • (String)


270
271
272
273
274
275
276
277
278
# File 'lib/aws-sdk-servicecatalog/types.rb', line 270

class AssociateServiceActionWithProvisioningArtifactInput < Struct.new(
  :product_id,
  :provisioning_artifact_id,
  :service_action_id,
  :accept_language,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end

#product_idString

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

Returns:

  • (String)


270
271
272
273
274
275
276
277
278
# File 'lib/aws-sdk-servicecatalog/types.rb', line 270

class AssociateServiceActionWithProvisioningArtifactInput < Struct.new(
  :product_id,
  :provisioning_artifact_id,
  :service_action_id,
  :accept_language,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end

#provisioning_artifact_idString

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

Returns:

  • (String)


270
271
272
273
274
275
276
277
278
# File 'lib/aws-sdk-servicecatalog/types.rb', line 270

class AssociateServiceActionWithProvisioningArtifactInput < Struct.new(
  :product_id,
  :provisioning_artifact_id,
  :service_action_id,
  :accept_language,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end

#service_action_idString

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

Returns:

  • (String)


270
271
272
273
274
275
276
277
278
# File 'lib/aws-sdk-servicecatalog/types.rb', line 270

class AssociateServiceActionWithProvisioningArtifactInput < Struct.new(
  :product_id,
  :provisioning_artifact_id,
  :service_action_id,
  :accept_language,
  :idempotency_token)
  SENSITIVE = []
  include Aws::Structure
end