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.
40476 40477 40478 40479 40480 40481 40482 40483 40484 40485 40486 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40476 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.
40476 40477 40478 40479 40480 40481 40482 40483 40484 40485 40486 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40476 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.
40476 40477 40478 40479 40480 40481 40482 40483 40484 40485 40486 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40476 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.
40476 40477 40478 40479 40480 40481 40482 40483 40484 40485 40486 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40476 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.
40476 40477 40478 40479 40480 40481 40482 40483 40484 40485 40486 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40476 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.
40476 40477 40478 40479 40480 40481 40482 40483 40484 40485 40486 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40476 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.
40476 40477 40478 40479 40480 40481 40482 40483 40484 40485 40486 |
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 40476 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 |