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