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.

Container for the parameters to the ListDeployments operation. Retrieves a paginated list of deployments.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.GreengrassV2.AmazonGreengrassV2Request
      Amazon.GreengrassV2.Model.ListDeploymentsRequest

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

Syntax

C#
public class ListDeploymentsRequest : AmazonGreengrassV2Request
         IAmazonWebServiceRequest

The ListDeploymentsRequest type exposes the following members

Constructors

NameDescription
Public Method ListDeploymentsRequest()

Properties

NameTypeDescription
Public Property HistoryFilter Amazon.GreengrassV2.DeploymentHistoryFilter

Gets and sets the property HistoryFilter.

The filter for the list of deployments. Choose one of the following options:

  • ALL – The list includes all deployments.

  • LATEST_ONLY – The list includes only the latest revision of each deployment.

Default: LATEST_ONLY

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of results to be returned per paginated request.

Default: 50

Public Property NextToken System.String

Gets and sets the property NextToken.

The token to be used for the next set of paginated results.

Public Property ParentTargetArn System.String

Gets and sets the property ParentTargetArn.

The parent deployment's target ARN within a subdeployment.

Public Property TargetArn System.String

Gets and sets the property TargetArn.

The ARN of the target IoT thing or thing group.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5