Class: Aws::Types::CapacityAllocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocation_metadata::Array[Types::CapacityAllocationMetadataEntry]

Returns the value of attribute allocation_metadata.



1385
1386
1387
# File 'sig/types.rbs', line 1385

def 
  @allocation_metadata
end

#allocation_type"used", ...

Returns the value of attribute allocation_type.

Returns:

  • ("used", "future", "cancelling")


1383
1384
1385
# File 'sig/types.rbs', line 1383

def allocation_type
  @allocation_type
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


1384
1385
1386
# File 'sig/types.rbs', line 1384

def count
  @count
end