Class: Aws::Imagebuilder::Types::SendWorkflowStepActionResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Imagebuilder::Types::SendWorkflowStepActionResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-imagebuilder/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
The client token that uniquely identifies the request.
-
#image_build_version_arn ⇒ String
The Amazon Resource Name (ARN) of the image build version that received the action request.
-
#step_execution_id ⇒ String
The workflow step that sent the step action.
Instance Attribute Details
#client_token ⇒ String
The client token that uniquely identifies the request.
7330 7331 7332 7333 7334 7335 7336 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7330 class SendWorkflowStepActionResponse < Struct.new( :step_execution_id, :image_build_version_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#image_build_version_arn ⇒ String
The Amazon Resource Name (ARN) of the image build version that received the action request.
7330 7331 7332 7333 7334 7335 7336 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7330 class SendWorkflowStepActionResponse < Struct.new( :step_execution_id, :image_build_version_arn, :client_token) SENSITIVE = [] include Aws::Structure end |
#step_execution_id ⇒ String
The workflow step that sent the step action.
7330 7331 7332 7333 7334 7335 7336 |
# File 'lib/aws-sdk-imagebuilder/types.rb', line 7330 class SendWorkflowStepActionResponse < Struct.new( :step_execution_id, :image_build_version_arn, :client_token) SENSITIVE = [] include Aws::Structure end |