Class: Aws::ServiceCatalog::Types::NotifyTerminateProvisionedProductEngineWorkflowResultInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceCatalog::Types::NotifyTerminateProvisionedProductEngineWorkflowResultInput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicecatalog/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failure_reason ⇒ String
The reason why the terminate engine execution failed.
-
#idempotency_token ⇒ String
The idempotency token that identifies the terminate engine execution.
-
#record_id ⇒ String
The identifier of the record.
-
#status ⇒ String
The status of the terminate engine execution.
-
#workflow_token ⇒ String
The encrypted contents of the terminate engine execution payload that Service Catalog sends after the Terraform product terminate workflow starts.
Instance Attribute Details
#failure_reason ⇒ String
The reason why the terminate engine execution failed.
4057 4058 4059 4060 4061 4062 4063 4064 4065 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4057 class NotifyTerminateProvisionedProductEngineWorkflowResultInput < Struct.new( :workflow_token, :record_id, :status, :failure_reason, :idempotency_token) SENSITIVE = [] include Aws::Structure end |
#idempotency_token ⇒ String
The idempotency token that identifies the terminate engine execution.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
4057 4058 4059 4060 4061 4062 4063 4064 4065 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4057 class NotifyTerminateProvisionedProductEngineWorkflowResultInput < Struct.new( :workflow_token, :record_id, :status, :failure_reason, :idempotency_token) SENSITIVE = [] include Aws::Structure end |
#record_id ⇒ String
The identifier of the record.
4057 4058 4059 4060 4061 4062 4063 4064 4065 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4057 class NotifyTerminateProvisionedProductEngineWorkflowResultInput < Struct.new( :workflow_token, :record_id, :status, :failure_reason, :idempotency_token) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of the terminate engine execution.
4057 4058 4059 4060 4061 4062 4063 4064 4065 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4057 class NotifyTerminateProvisionedProductEngineWorkflowResultInput < Struct.new( :workflow_token, :record_id, :status, :failure_reason, :idempotency_token) SENSITIVE = [] include Aws::Structure end |
#workflow_token ⇒ String
The encrypted contents of the terminate engine execution payload that Service Catalog sends after the Terraform product terminate workflow starts.
4057 4058 4059 4060 4061 4062 4063 4064 4065 |
# File 'lib/aws-sdk-servicecatalog/types.rb', line 4057 class NotifyTerminateProvisionedProductEngineWorkflowResultInput < Struct.new( :workflow_token, :record_id, :status, :failure_reason, :idempotency_token) SENSITIVE = [] include Aws::Structure end |