Class: Aws::CodePipeline::Types::ActionTypeDeclaration

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

Overview

The parameters for the action type definition that are provided when the action type is created or updated.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description for the action type to be updated.

Returns:

  • (String)


757
758
759
760
761
762
763
764
765
766
767
768
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 757

class ActionTypeDeclaration < Struct.new(
  :description,
  :executor,
  :id,
  :input_artifact_details,
  :output_artifact_details,
  :permissions,
  :properties,
  :urls)
  SENSITIVE = []
  include Aws::Structure
end

#executorTypes::ActionTypeExecutor

Information about the executor for an action type that was created with any supported integration model.



757
758
759
760
761
762
763
764
765
766
767
768
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 757

class ActionTypeDeclaration < Struct.new(
  :description,
  :executor,
  :id,
  :input_artifact_details,
  :output_artifact_details,
  :permissions,
  :properties,
  :urls)
  SENSITIVE = []
  include Aws::Structure
end

#idTypes::ActionTypeIdentifier

The action category, owner, provider, and version of the action type to be updated.



757
758
759
760
761
762
763
764
765
766
767
768
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 757

class ActionTypeDeclaration < Struct.new(
  :description,
  :executor,
  :id,
  :input_artifact_details,
  :output_artifact_details,
  :permissions,
  :properties,
  :urls)
  SENSITIVE = []
  include Aws::Structure
end

#input_artifact_detailsTypes::ActionTypeArtifactDetails

Details for the artifacts, such as application files, to be worked on by the action. For example, the minimum and maximum number of input artifacts allowed.



757
758
759
760
761
762
763
764
765
766
767
768
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 757

class ActionTypeDeclaration < Struct.new(
  :description,
  :executor,
  :id,
  :input_artifact_details,
  :output_artifact_details,
  :permissions,
  :properties,
  :urls)
  SENSITIVE = []
  include Aws::Structure
end

#output_artifact_detailsTypes::ActionTypeArtifactDetails

Details for the output artifacts, such as a built application, that are the result of the action. For example, the minimum and maximum number of output artifacts allowed.



757
758
759
760
761
762
763
764
765
766
767
768
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 757

class ActionTypeDeclaration < Struct.new(
  :description,
  :executor,
  :id,
  :input_artifact_details,
  :output_artifact_details,
  :permissions,
  :properties,
  :urls)
  SENSITIVE = []
  include Aws::Structure
end

#permissionsTypes::ActionTypePermissions

Details identifying the accounts with permissions to use the action type.



757
758
759
760
761
762
763
764
765
766
767
768
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 757

class ActionTypeDeclaration < Struct.new(
  :description,
  :executor,
  :id,
  :input_artifact_details,
  :output_artifact_details,
  :permissions,
  :properties,
  :urls)
  SENSITIVE = []
  include Aws::Structure
end

#propertiesArray<Types::ActionTypeProperty>

The properties of the action type to be updated.

Returns:



757
758
759
760
761
762
763
764
765
766
767
768
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 757

class ActionTypeDeclaration < Struct.new(
  :description,
  :executor,
  :id,
  :input_artifact_details,
  :output_artifact_details,
  :permissions,
  :properties,
  :urls)
  SENSITIVE = []
  include Aws::Structure
end

#urlsTypes::ActionTypeUrls

The links associated with the action type to be updated.



757
758
759
760
761
762
763
764
765
766
767
768
# File 'gems/aws-sdk-codepipeline/lib/aws-sdk-codepipeline/types.rb', line 757

class ActionTypeDeclaration < Struct.new(
  :description,
  :executor,
  :id,
  :input_artifact_details,
  :output_artifact_details,
  :permissions,
  :properties,
  :urls)
  SENSITIVE = []
  include Aws::Structure
end