Class: Aws::CodePipeline::Types::PutApprovalResultInput

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb

Overview

Represents the input of a PutApprovalResult action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#action_nameString

The name of the action for which approval is requested.

Returns:

  • (String)


3602
3603
3604
3605
3606
3607
3608
3609
3610
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3602

class PutApprovalResultInput < Struct.new(
  :pipeline_name,
  :stage_name,
  :action_name,
  :result,
  :token)
  SENSITIVE = []
  include Aws::Structure
end

#pipeline_nameString

The name of the pipeline that contains the action.

Returns:

  • (String)


3602
3603
3604
3605
3606
3607
3608
3609
3610
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3602

class PutApprovalResultInput < Struct.new(
  :pipeline_name,
  :stage_name,
  :action_name,
  :result,
  :token)
  SENSITIVE = []
  include Aws::Structure
end

#resultTypes::ApprovalResult

Represents information about the result of the approval request.



3602
3603
3604
3605
3606
3607
3608
3609
3610
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3602

class PutApprovalResultInput < Struct.new(
  :pipeline_name,
  :stage_name,
  :action_name,
  :result,
  :token)
  SENSITIVE = []
  include Aws::Structure
end

#stage_nameString

The name of the stage that contains the action.

Returns:

  • (String)


3602
3603
3604
3605
3606
3607
3608
3609
3610
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3602

class PutApprovalResultInput < Struct.new(
  :pipeline_name,
  :stage_name,
  :action_name,
  :result,
  :token)
  SENSITIVE = []
  include Aws::Structure
end

#tokenString

The system-generated token used to identify a unique approval request. The token for each open approval request can be obtained using the GetPipelineState action. It is used to validate that the approval request corresponding to this token is still valid.

Returns:

  • (String)


3602
3603
3604
3605
3606
3607
3608
3609
3610
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 3602

class PutApprovalResultInput < Struct.new(
  :pipeline_name,
  :stage_name,
  :action_name,
  :result,
  :token)
  SENSITIVE = []
  include Aws::Structure
end