Class: Aws::Types::ResourcePoolSummary

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#available_compute_capacity::Integer

Returns the value of attribute available_compute_capacity.

Returns:

  • (::Integer)


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.

Returns:

  • (::Float)


2263
2264
2265
# File 'sig/types.rbs', line 2263

def available_storage_capacity_in_t_bs
  @available_storage_capacity_in_t_bs
end

#is_disabledBoolean

Returns the value of attribute is_disabled.

Returns:

  • (Boolean)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


2264
2265
2266
# File 'sig/types.rbs', line 2264

def total_compute_capacity
  @total_compute_capacity
end