Class: Aws::EC2::Types::GetCapacityManagerAttributesResult
- Inherits:
-
Struct
- Object
- Struct
- Aws::EC2::Types::GetCapacityManagerAttributesResult
- Defined in:
- gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#capacity_manager_status ⇒ String
The current status of Capacity Manager.
-
#data_export_count ⇒ Integer
The number of active data export configurations for this account.
-
#earliest_datapoint_timestamp ⇒ Time
The timestamp of the earliest data point available in Capacity Manager, in milliseconds since epoch.
-
#ingestion_status ⇒ String
The current data ingestion status.
-
#ingestion_status_message ⇒ String
A descriptive message providing additional details about the current ingestion status.
-
#latest_datapoint_timestamp ⇒ Time
The timestamp of the most recent data point ingested by Capacity Manager, in milliseconds since epoch.
-
#organizations_access ⇒ Boolean
Indicates whether Organizations access is enabled for cross-account data aggregation.
Instance Attribute Details
#capacity_manager_status ⇒ String
The current status of Capacity Manager.
41915 41916 41917 41918 41919 41920 41921 41922 41923 41924 41925 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41915 class GetCapacityManagerAttributesResult < Struct.new( :capacity_manager_status, :organizations_access, :data_export_count, :ingestion_status, :ingestion_status_message, :earliest_datapoint_timestamp, :latest_datapoint_timestamp) SENSITIVE = [] include Aws::Structure end |
#data_export_count ⇒ Integer
The number of active data export configurations for this account. This count includes all data exports regardless of their current delivery status.
41915 41916 41917 41918 41919 41920 41921 41922 41923 41924 41925 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41915 class GetCapacityManagerAttributesResult < Struct.new( :capacity_manager_status, :organizations_access, :data_export_count, :ingestion_status, :ingestion_status_message, :earliest_datapoint_timestamp, :latest_datapoint_timestamp) SENSITIVE = [] include Aws::Structure end |
#earliest_datapoint_timestamp ⇒ Time
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.
41915 41916 41917 41918 41919 41920 41921 41922 41923 41924 41925 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41915 class GetCapacityManagerAttributesResult < Struct.new( :capacity_manager_status, :organizations_access, :data_export_count, :ingestion_status, :ingestion_status_message, :earliest_datapoint_timestamp, :latest_datapoint_timestamp) SENSITIVE = [] include Aws::Structure end |
#ingestion_status ⇒ String
The current data ingestion status. Initial ingestion may take several hours after enabling Capacity Manager.
41915 41916 41917 41918 41919 41920 41921 41922 41923 41924 41925 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41915 class GetCapacityManagerAttributesResult < Struct.new( :capacity_manager_status, :organizations_access, :data_export_count, :ingestion_status, :ingestion_status_message, :earliest_datapoint_timestamp, :latest_datapoint_timestamp) SENSITIVE = [] include Aws::Structure end |
#ingestion_status_message ⇒ String
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.
41915 41916 41917 41918 41919 41920 41921 41922 41923 41924 41925 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41915 class GetCapacityManagerAttributesResult < Struct.new( :capacity_manager_status, :organizations_access, :data_export_count, :ingestion_status, :ingestion_status_message, :earliest_datapoint_timestamp, :latest_datapoint_timestamp) SENSITIVE = [] include Aws::Structure end |
#latest_datapoint_timestamp ⇒ Time
The timestamp of the most recent data point ingested by Capacity Manager, in milliseconds since epoch. This indicates how current your capacity data is.
41915 41916 41917 41918 41919 41920 41921 41922 41923 41924 41925 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41915 class GetCapacityManagerAttributesResult < Struct.new( :capacity_manager_status, :organizations_access, :data_export_count, :ingestion_status, :ingestion_status_message, :earliest_datapoint_timestamp, :latest_datapoint_timestamp) SENSITIVE = [] include Aws::Structure end |
#organizations_access ⇒ Boolean
Indicates whether Organizations access is enabled for cross-account data aggregation.
41915 41916 41917 41918 41919 41920 41921 41922 41923 41924 41925 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 41915 class GetCapacityManagerAttributesResult < Struct.new( :capacity_manager_status, :organizations_access, :data_export_count, :ingestion_status, :ingestion_status_message, :earliest_datapoint_timestamp, :latest_datapoint_timestamp) SENSITIVE = [] include Aws::Structure end |