Class: Aws::Types::GetCapacityManagerAttributesResult
- Inherits:
-
Object
- Object
- Aws::Types::GetCapacityManagerAttributesResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#capacity_manager_status ⇒ "enabled", "disabled"
Returns the value of attribute capacity_manager_status.
-
#data_export_count ⇒ ::Integer
Returns the value of attribute data_export_count.
-
#earliest_datapoint_timestamp ⇒ ::Time
Returns the value of attribute earliest_datapoint_timestamp.
-
#ingestion_status ⇒ "initial-ingestion-in-progress", ...
Returns the value of attribute ingestion_status.
-
#ingestion_status_message ⇒ ::String
Returns the value of attribute ingestion_status_message.
-
#latest_datapoint_timestamp ⇒ ::Time
Returns the value of attribute latest_datapoint_timestamp.
-
#organizations_access ⇒ Boolean
Returns the value of attribute organizations_access.
Instance Attribute Details
#capacity_manager_status ⇒ "enabled", "disabled"
Returns the value of attribute capacity_manager_status.
9920 9921 9922 |
# File 'sig/types.rbs', line 9920 def capacity_manager_status @capacity_manager_status end |
#data_export_count ⇒ ::Integer
Returns the value of attribute data_export_count.
9922 9923 9924 |
# File 'sig/types.rbs', line 9922 def data_export_count @data_export_count end |
#earliest_datapoint_timestamp ⇒ ::Time
Returns the value of attribute earliest_datapoint_timestamp.
9925 9926 9927 |
# File 'sig/types.rbs', line 9925 def @earliest_datapoint_timestamp end |
#ingestion_status ⇒ "initial-ingestion-in-progress", ...
Returns the value of attribute ingestion_status.
9923 9924 9925 |
# File 'sig/types.rbs', line 9923 def ingestion_status @ingestion_status end |
#ingestion_status_message ⇒ ::String
Returns the value of attribute ingestion_status_message.
9924 9925 9926 |
# File 'sig/types.rbs', line 9924 def @ingestion_status_message end |
#latest_datapoint_timestamp ⇒ ::Time
Returns the value of attribute latest_datapoint_timestamp.
9926 9927 9928 |
# File 'sig/types.rbs', line 9926 def @latest_datapoint_timestamp end |
#organizations_access ⇒ Boolean
Returns the value of attribute organizations_access.
9921 9922 9923 |
# File 'sig/types.rbs', line 9921 def organizations_access @organizations_access end |