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.
42539 42540 42541 42542 42543 42544 42545 42546 42547 42548 42549 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42539 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.
42539 42540 42541 42542 42543 42544 42545 42546 42547 42548 42549 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42539 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.
42539 42540 42541 42542 42543 42544 42545 42546 42547 42548 42549 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42539 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.
42539 42540 42541 42542 42543 42544 42545 42546 42547 42548 42549 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42539 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.
42539 42540 42541 42542 42543 42544 42545 42546 42547 42548 42549 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42539 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.
42539 42540 42541 42542 42543 42544 42545 42546 42547 42548 42549 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42539 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.
42539 42540 42541 42542 42543 42544 42545 42546 42547 42548 42549 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 42539 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 |