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

This is the response object from the GetCapacityManagerAttributes operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.EC2.Model.GetCapacityManagerAttributesResponse

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

Syntax

C#
public class GetCapacityManagerAttributesResponse : AmazonWebServiceResponse

The GetCapacityManagerAttributesResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property CapacityManagerStatus Amazon.EC2.CapacityManagerStatus

Gets and sets the property CapacityManagerStatus.

The current status of Capacity Manager.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property DataExportCount System.Nullable<System.Int32>

Gets and sets the property DataExportCount.

The number of active data export configurations for this account. This count includes all data exports regardless of their current delivery status.

Public Property EarliestDatapointTimestamp System.Nullable<System.DateTime>

Gets and sets the property EarliestDatapointTimestamp.

The timestamp of the earliest data point available in Capacity Manager, in milliseconds since epoch. This indicates how far back historical data is available for queries.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property IngestionStatus Amazon.EC2.IngestionStatus

Gets and sets the property IngestionStatus.

The current data ingestion status. Initial ingestion may take several hours after enabling Capacity Manager.

Public Property IngestionStatusMessage System.String

Gets and sets the property IngestionStatusMessage.

A descriptive message providing additional details about the current ingestion status. This may include error information if ingestion has failed or progress details during initial setup.

Public Property LatestDatapointTimestamp System.Nullable<System.DateTime>

Gets and sets the property LatestDatapointTimestamp.

The timestamp of the most recent data point ingested by Capacity Manager, in milliseconds since epoch. This indicates how current your capacity data is.

Public Property OrganizationsAccess System.Nullable<System.Boolean>

Gets and sets the property OrganizationsAccess.

Indicates whether Organizations access is enabled for cross-account data aggregation.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.

Version Information

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

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer