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.
43376 43377 43378 43379 43380 43381 43382 43383 43384 43385 43386 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43376 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.
43376 43377 43378 43379 43380 43381 43382 43383 43384 43385 43386 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43376 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.
43376 43377 43378 43379 43380 43381 43382 43383 43384 43385 43386 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43376 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.
43376 43377 43378 43379 43380 43381 43382 43383 43384 43385 43386 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43376 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.
43376 43377 43378 43379 43380 43381 43382 43383 43384 43385 43386 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43376 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.
43376 43377 43378 43379 43380 43381 43382 43383 43384 43385 43386 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43376 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.
43376 43377 43378 43379 43380 43381 43382 43383 43384 43385 43386 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 43376 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 |