Class: Aws::CodePipeline::Types::GetActionTypeInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

Defines what kind of action can be taken in the stage. The following are the valid values:

  • Source

  • Build

  • Test

  • Deploy

  • Approval

  • Invoke

Returns:

  • (String)


1814
1815
1816
1817
1818
1819
1820
1821
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1814

class GetActionTypeInput < Struct.new(
  :category,
  :owner,
  :provider,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#ownerString

The creator of an action type that was created with any supported integration model. There are two valid values: AWS and ThirdParty.

Returns:

  • (String)


1814
1815
1816
1817
1818
1819
1820
1821
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1814

class GetActionTypeInput < Struct.new(
  :category,
  :owner,
  :provider,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#providerString

The provider of the action type being called. The provider name is specified when the action type is created.

Returns:

  • (String)


1814
1815
1816
1817
1818
1819
1820
1821
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1814

class GetActionTypeInput < Struct.new(
  :category,
  :owner,
  :provider,
  :version)
  SENSITIVE = []
  include Aws::Structure
end

#versionString

A string that describes the action type version.

Returns:

  • (String)


1814
1815
1816
1817
1818
1819
1820
1821
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 1814

class GetActionTypeInput < Struct.new(
  :category,
  :owner,
  :provider,
  :version)
  SENSITIVE = []
  include Aws::Structure
end