We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3958e09 commit 3d984d9Copy full SHA for 3d984d9
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