Class: Aws::Types::ReservationUtilizationGroup
- Inherits:
-
Object
- Object
- Aws::Types::ReservationUtilizationGroup
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
-
#key ⇒ ::String
Returns the value of attribute key.
-
#utilization ⇒ Types::ReservationAggregates
Returns the value of attribute utilization.
-
#value ⇒ ::String
Returns the value of attribute value.
Instance Attribute Details
#attributes ⇒ ::Hash[::String, ::String]
Returns the value of attribute attributes.
1216 1217 1218 |
# File 'sig/types.rbs', line 1216 def attributes @attributes end |
#key ⇒ ::String
Returns the value of attribute key.
1214 1215 1216 |
# File 'sig/types.rbs', line 1214 def key @key end |
#utilization ⇒ Types::ReservationAggregates
Returns the value of attribute utilization.
1217 1218 1219 |
# File 'sig/types.rbs', line 1217 def utilization @utilization end |
#value ⇒ ::String
Returns the value of attribute value.
1215 1216 1217 |
# File 'sig/types.rbs', line 1215 def value @value end |