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.



1401
1402
1403
# File 'sig/types.rbs', line 1401

def 
  @allocation_metadata
end

#allocation_type"used", ...

Returns the value of attribute allocation_type.

Returns:

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


1399
1400
1401
# File 'sig/types.rbs', line 1399

def allocation_type
  @allocation_type
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


1400
1401
1402
# File 'sig/types.rbs', line 1400

def count
  @count
end