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.



1299
1300
1301
# File 'sig/types.rbs', line 1299

def 
  @allocation_metadata
end

#allocation_type"used", ...

Returns the value of attribute allocation_type.

Returns:

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


1297
1298
1299
# File 'sig/types.rbs', line 1297

def allocation_type
  @allocation_type
end

#count::Integer

Returns the value of attribute count.

Returns:

  • (::Integer)


1298
1299
1300
# File 'sig/types.rbs', line 1298

def count
  @count
end