We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3958e09 + 3d984d9 commit d181655Copy full SHA for d181655
lib/fog/aws/parsers/compute/describe_reserved_instances.rb
@@ -26,7 +26,7 @@ def start_element(name, attrs = [])
26
27
def end_element(name)
28
case name
29
- when 'availabilityZone', 'instanceType', 'productDescription', 'reservedInstancesId', 'state', 'offeringType'
+ when 'availabilityZone', 'instanceType', 'productDescription', 'reservedInstancesId', 'state', 'offeringType', 'instanceTenancy'
30
@reserved_instance[name] = value
31
when 'duration', 'instanceCount'
32
@reserved_instance[name] = value.to_i
0 commit comments