Class: Aws::CodePipeline::Types::ActionTypeIdentifier

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

Overview

Specifies the category, owner, provider, and version of the action type.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#categoryString

Defines what kind of action can be taken in the stage, one of the following:

  • Source

  • Build

  • Test

  • Deploy

  • Approval

  • Invoke

Returns:

  • (String)


913
914
915
916
917
918
919
920
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 913

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

#ownerString

The creator of the action type being called: AWS or ThirdParty.

Returns:

  • (String)


913
914
915
916
917
918
919
920
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 913

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

#providerString

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

Returns:

  • (String)


913
914
915
916
917
918
919
920
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 913

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

#versionString

A string that describes the action type version.

Returns:

  • (String)


913
914
915
916
917
918
919
920
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 913

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