Class: Aws::Types::EC2ResourceUtilization
- Inherits:
-
Object
- Object
- Aws::Types::EC2ResourceUtilization
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#disk_resource_utilization ⇒ Types::DiskResourceUtilization
Returns the value of attribute disk_resource_utilization.
-
#ebs_resource_utilization ⇒ Types::EBSResourceUtilization
Returns the value of attribute ebs_resource_utilization.
-
#max_cpu_utilization_percentage ⇒ ::String
Returns the value of attribute max_cpu_utilization_percentage.
-
#max_memory_utilization_percentage ⇒ ::String
Returns the value of attribute max_memory_utilization_percentage.
-
#max_storage_utilization_percentage ⇒ ::String
Returns the value of attribute max_storage_utilization_percentage.
-
#network_resource_utilization ⇒ Types::NetworkResourceUtilization
Returns the value of attribute network_resource_utilization.
Instance Attribute Details
#disk_resource_utilization ⇒ Types::DiskResourceUtilization
Returns the value of attribute disk_resource_utilization.
431 432 433 |
# File 'sig/types.rbs', line 431 def disk_resource_utilization @disk_resource_utilization end |
#ebs_resource_utilization ⇒ Types::EBSResourceUtilization
Returns the value of attribute ebs_resource_utilization.
430 431 432 |
# File 'sig/types.rbs', line 430 def ebs_resource_utilization @ebs_resource_utilization end |
#max_cpu_utilization_percentage ⇒ ::String
Returns the value of attribute max_cpu_utilization_percentage.
427 428 429 |
# File 'sig/types.rbs', line 427 def max_cpu_utilization_percentage @max_cpu_utilization_percentage end |
#max_memory_utilization_percentage ⇒ ::String
Returns the value of attribute max_memory_utilization_percentage.
428 429 430 |
# File 'sig/types.rbs', line 428 def max_memory_utilization_percentage @max_memory_utilization_percentage end |
#max_storage_utilization_percentage ⇒ ::String
Returns the value of attribute max_storage_utilization_percentage.
429 430 431 |
# File 'sig/types.rbs', line 429 def max_storage_utilization_percentage @max_storage_utilization_percentage end |
#network_resource_utilization ⇒ Types::NetworkResourceUtilization
Returns the value of attribute network_resource_utilization.
432 433 434 |
# File 'sig/types.rbs', line 432 def network_resource_utilization @network_resource_utilization end |