Class: Aws::CodePipeline::Types::GetPipelineStateInput

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

Overview

Represents the input of a GetPipelineState action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the pipeline about which you want to get information.

Returns:

  • (String)


1954
1955
1956
1957
1958
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1954

class GetPipelineStateInput < Struct.new(
  :name)
  SENSITIVE = []
  include Aws::Structure
end