Class: Aws::ServiceCatalog::Types::DisassociateServiceActionFromProvisioningArtifactInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::DisassociateServiceActionFromProvisioningArtifactInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#accept_language ⇒ String
The language code.
-
#idempotency_token ⇒ String
A unique identifier that you provide to ensure idempotency.
-
#product_id ⇒ String
The product identifier.
-
#provisioning_artifact_id ⇒ String
The identifier of the provisioning artifact.
-
#service_action_id ⇒ String
The self-service action identifier.
Instance Attribute Details
#accept_language ⇒ String
The language code.
-
‘jp` - Japanese
-
‘zh` - Chinese
2505 2506 2507 2508 2509 2510 2511 2512 2513 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2505 class DisassociateServiceActionFromProvisioningArtifactInput < Struct.new( :product_id, :provisioning_artifact_id, :service_action_id, :accept_language, :idempotency_token) SENSITIVE = [] include Aws::Structure end |
#idempotency_token ⇒ String
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.
2505 2506 2507 2508 2509 2510 2511 2512 2513 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2505 class DisassociateServiceActionFromProvisioningArtifactInput < Struct.new( :product_id, :provisioning_artifact_id, :service_action_id, :accept_language, :idempotency_token) SENSITIVE = [] include Aws::Structure end |
#product_id ⇒ String
The product identifier. For example, ‘prod-abcdzk7xy33qa`.
2505 2506 2507 2508 2509 2510 2511 2512 2513 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2505 class DisassociateServiceActionFromProvisioningArtifactInput < Struct.new( :product_id, :provisioning_artifact_id, :service_action_id, :accept_language, :idempotency_token) SENSITIVE = [] include Aws::Structure end |
#provisioning_artifact_id ⇒ String
The identifier of the provisioning artifact. For example, ‘pa-4abcdjnxjj6ne`.
2505 2506 2507 2508 2509 2510 2511 2512 2513 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2505 class DisassociateServiceActionFromProvisioningArtifactInput < Struct.new( :product_id, :provisioning_artifact_id, :service_action_id, :accept_language, :idempotency_token) SENSITIVE = [] include Aws::Structure end |
#service_action_id ⇒ String
The self-service action identifier. For example, ‘act-fs7abcd89wxyz`.
2505 2506 2507 2508 2509 2510 2511 2512 2513 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 2505 class DisassociateServiceActionFromProvisioningArtifactInput < Struct.new( :product_id, :provisioning_artifact_id, :service_action_id, :accept_language, :idempotency_token) SENSITIVE = [] include Aws::Structure end |