Class: Aws::Types::ResourcePoolSummary
- Inherits:
-
Object
- Object
- Aws::Types::ResourcePoolSummary
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#available_compute_capacity ⇒ ::Integer
Returns the value of attribute available_compute_capacity.
-
#available_storage_capacity_in_t_bs ⇒ ::Float
Returns the value of attribute available_storage_capacity_in_t_bs.
-
#is_disabled ⇒ Boolean
Returns the value of attribute is_disabled.
-
#pool_size ⇒ ::Integer
Returns the value of attribute pool_size.
-
#pool_storage_size_in_t_bs ⇒ ::Integer
Returns the value of attribute pool_storage_size_in_t_bs.
-
#total_compute_capacity ⇒ ::Integer
Returns the value of attribute total_compute_capacity.
Instance Attribute Details
#available_compute_capacity ⇒ ::Integer
Returns the value of attribute available_compute_capacity.
2265 2266 2267 |
# File 'sig/types.rbs', line 2265 def available_compute_capacity @available_compute_capacity end |
#available_storage_capacity_in_t_bs ⇒ ::Float
Returns the value of attribute available_storage_capacity_in_t_bs.
2263 2264 2265 |
# File 'sig/types.rbs', line 2263 def available_storage_capacity_in_t_bs @available_storage_capacity_in_t_bs end |
#is_disabled ⇒ Boolean
Returns the value of attribute is_disabled.
2260 2261 2262 |
# File 'sig/types.rbs', line 2260 def is_disabled @is_disabled end |
#pool_size ⇒ ::Integer
Returns the value of attribute pool_size.
2261 2262 2263 |
# File 'sig/types.rbs', line 2261 def pool_size @pool_size end |
#pool_storage_size_in_t_bs ⇒ ::Integer
Returns the value of attribute pool_storage_size_in_t_bs.
2262 2263 2264 |
# File 'sig/types.rbs', line 2262 def pool_storage_size_in_t_bs @pool_storage_size_in_t_bs end |
#total_compute_capacity ⇒ ::Integer
Returns the value of attribute total_compute_capacity.
2264 2265 2266 |
# File 'sig/types.rbs', line 2264 def total_compute_capacity @total_compute_capacity end |