lib/aws-sdk-ec2/image.rb in aws-sdk-ec2-1.99.0 vs lib/aws-sdk-ec2/image.rb in aws-sdk-ec2-1.100.0
- old
+ new
@@ -74,10 +74,11 @@
# @return [String]
def owner_id
data[:owner_id]
end
- # This value is set for Windows AMIs; otherwise, it is blank.
+ # This value is set to `windows` for Windows AMIs; otherwise, it is
+ # blank.
# @return [String]
def platform
data[:platform]
end