AWS SDK Version 2 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.

.NET Framework 3.5
 
Represents information about an action type.

Inheritance Hierarchy

System.Object
  Amazon.CodePipeline.Model.ActionTypeId

Namespace: Amazon.CodePipeline.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ActionTypeId : Object

The ActionTypeId type exposes the following members

Constructors

NameDescription
Public Method ActionTypeId()

Properties

NameTypeDescription
Public Property Category Amazon.CodePipeline.ActionCategory Gets and sets the property Category.

A category defines what kind of action can be taken in the stage, and constrains the provider type for the action. Valid categories are limited to one of the values below.

Public Property Owner Amazon.CodePipeline.ActionOwner Gets and sets the property Owner.

The creator of the action being called.

Public Property Provider System.String Gets and sets the property Provider.

The provider of the service being called by the action. Valid providers are determined by the action category. For example, an action in the Deploy category type might have a provider of AWS CodeDeploy, which would be specified as CodeDeploy.

Public Property Version System.String Gets and sets the property Version.

A string that identifies the action type.

Version Information

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