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 GetEnrollmentStatusesForOrganization operation. Returns the Compute Optimizer enrollment (opt-in) status of organization member accounts, if your account is an organization management account.

To get the enrollment status of standalone accounts, use the GetEnrollmentStatus action.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.ComputeOptimizer.AmazonComputeOptimizerRequest
      Amazon.ComputeOptimizer.Model.GetEnrollmentStatusesForOrganizationRequest

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

Syntax

C#
public class GetEnrollmentStatusesForOrganizationRequest : AmazonComputeOptimizerRequest
         IAmazonWebServiceRequest

The GetEnrollmentStatusesForOrganizationRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Filters System.Collections.Generic.List<Amazon.ComputeOptimizer.Model.EnrollmentFilter>

Gets and sets the property Filters.

An array of objects to specify a filter that returns a more specific list of account enrollment statuses.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of account enrollment statuses to return with a single request. You can specify up to 100 statuses to return with each request.

To retrieve the remaining results, make another request with the returned nextToken value.

Public Property NextToken System.String

Gets and sets the property NextToken.

The token to advance to the next page of account enrollment statuses.

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