Class: Aws::CodePipeline::Types::ActionTypeDeclaration
- Inherits:
-
Struct
- Object
- Struct
- Aws::CodePipeline::Types::ActionTypeDeclaration
- Includes:
- Structure
- Defined in:
- 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
-
#description ⇒ String
The description for the action type to be updated.
-
#executor ⇒ Types::ActionTypeExecutor
Information about the executor for an action type that was created with any supported integration model.
-
#id ⇒ Types::ActionTypeIdentifier
The action category, owner, provider, and version of the action type to be updated.
-
#input_artifact_details ⇒ Types::ActionTypeArtifactDetails
Details for the artifacts, such as application files, to be worked on by the action.
-
#output_artifact_details ⇒ Types::ActionTypeArtifactDetails
Details for the output artifacts, such as a built application, that are the result of the action.
-
#permissions ⇒ Types::ActionTypePermissions
Details identifying the accounts with permissions to use the action type.
-
#properties ⇒ Array<Types::ActionTypeProperty>
The properties of the action type to be updated.
-
#urls ⇒ Types::ActionTypeUrls
The links associated with the action type to be updated.
Instance Attribute Details
#description ⇒ String
The description for the action type to be updated.
777 778 779 780 781 782 783 784 785 786 787 788 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 777 class ActionTypeDeclaration < Struct.new( :description, :executor, :id, :input_artifact_details, :output_artifact_details, :permissions, :properties, :urls) SENSITIVE = [] include Aws::Structure end |
#executor ⇒ Types::ActionTypeExecutor
Information about the executor for an action type that was created with any supported integration model.
777 778 779 780 781 782 783 784 785 786 787 788 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 777 class ActionTypeDeclaration < Struct.new( :description, :executor, :id, :input_artifact_details, :output_artifact_details, :permissions, :properties, :urls) SENSITIVE = [] include Aws::Structure end |
#id ⇒ Types::ActionTypeIdentifier
The action category, owner, provider, and version of the action type to be updated.
777 778 779 780 781 782 783 784 785 786 787 788 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 777 class ActionTypeDeclaration < Struct.new( :description, :executor, :id, :input_artifact_details, :output_artifact_details, :permissions, :properties, :urls) SENSITIVE = [] include Aws::Structure end |
#input_artifact_details ⇒ Types::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.
777 778 779 780 781 782 783 784 785 786 787 788 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 777 class ActionTypeDeclaration < Struct.new( :description, :executor, :id, :input_artifact_details, :output_artifact_details, :permissions, :properties, :urls) SENSITIVE = [] include Aws::Structure end |
#output_artifact_details ⇒ Types::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.
777 778 779 780 781 782 783 784 785 786 787 788 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 777 class ActionTypeDeclaration < Struct.new( :description, :executor, :id, :input_artifact_details, :output_artifact_details, :permissions, :properties, :urls) SENSITIVE = [] include Aws::Structure end |
#permissions ⇒ Types::ActionTypePermissions
Details identifying the accounts with permissions to use the action type.
777 778 779 780 781 782 783 784 785 786 787 788 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 777 class ActionTypeDeclaration < Struct.new( :description, :executor, :id, :input_artifact_details, :output_artifact_details, :permissions, :properties, :urls) SENSITIVE = [] include Aws::Structure end |
#properties ⇒ Array<Types::ActionTypeProperty>
The properties of the action type to be updated.
777 778 779 780 781 782 783 784 785 786 787 788 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 777 class ActionTypeDeclaration < Struct.new( :description, :executor, :id, :input_artifact_details, :output_artifact_details, :permissions, :properties, :urls) SENSITIVE = [] include Aws::Structure end |
#urls ⇒ Types::ActionTypeUrls
The links associated with the action type to be updated.
777 778 779 780 781 782 783 784 785 786 787 788 |
# File 'lib/aws-sdk-codepipeline/types.rb', line 777 class ActionTypeDeclaration < Struct.new( :description, :executor, :id, :input_artifact_details, :output_artifact_details, :permissions, :properties, :urls) SENSITIVE = [] include Aws::Structure end |