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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1769
1770
1771
1772
1773
1774
1775
1776
# File 'lib/aws-sdk-codepipeline/types.rb', line 1769

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)


1769
1770
1771
1772
1773
1774
1775
1776
# File 'lib/aws-sdk-codepipeline/types.rb', line 1769

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)


1769
1770
1771
1772
1773
1774
1775
1776
# File 'lib/aws-sdk-codepipeline/types.rb', line 1769

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

#versionString

A string that describes the action type version.

Returns:

  • (String)


1769
1770
1771
1772
1773
1774
1775
1776
# File 'lib/aws-sdk-codepipeline/types.rb', line 1769

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