Class: Aws::Types::ReservationUtilizationGroup

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

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#attributes::Hash[::String, ::String]

Returns the value of attribute attributes.

Returns:



1216
1217
1218
# File 'sig/types.rbs', line 1216

def attributes
  @attributes
end

#key::String

Returns the value of attribute key.

Returns:



1214
1215
1216
# File 'sig/types.rbs', line 1214

def key
  @key
end

#utilizationTypes::ReservationAggregates

Returns the value of attribute utilization.

Returns:



1217
1218
1219
# File 'sig/types.rbs', line 1217

def utilization
  @utilization
end

#value::String

Returns the value of attribute value.

Returns:



1215
1216
1217
# File 'sig/types.rbs', line 1215

def value
  @value
end