AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Returns information about the details of an action type.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.ActionType

Namespace: Amazon.CodePipeline.Model
Assembly: AWSSDK.CodePipeline.dll
Version: 3.x.y.z

Syntax

C#
public class ActionType

The ActionType type exposes the following members

Constructors

NameDescription
Public Method ActionType()

Properties

NameTypeDescription
Public Property ActionConfigurationProperties System.Collections.Generic.List<Amazon.CodePipeline.Model.ActionConfigurationProperty>

Gets and sets the property ActionConfigurationProperties.

The configuration properties for the action type.

Public Property Id Amazon.CodePipeline.Model.ActionTypeId

Gets and sets the property Id.

Represents information about an action type.

Public Property InputArtifactDetails Amazon.CodePipeline.Model.ArtifactDetails

Gets and sets the property InputArtifactDetails.

The details of the input artifact for the action, such as its commit ID.

Public Property OutputArtifactDetails Amazon.CodePipeline.Model.ArtifactDetails

Gets and sets the property OutputArtifactDetails.

The details of the output artifact of the action, such as its commit ID.

Public Property Settings Amazon.CodePipeline.Model.ActionTypeSettings

Gets and sets the property Settings.

The settings for the action type.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5