Class: Aws::Types::UsageAllocation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#allocated_usage_quantity::Integer

Returns the value of attribute allocated_usage_quantity.

Returns:

  • (::Integer)


167
168
169
# File 'sig/types.rbs', line 167

def allocated_usage_quantity
  @allocated_usage_quantity
end

#tags::Array[Types::Tag]

Returns the value of attribute tags.

Returns:



168
169
170
# File 'sig/types.rbs', line 168

def tags
  @tags
end