Method: AWS::EC2::Image#platform

Defined in:
lib/aws/ec2/image.rb

#platformString (readonly)

Value is windows for Windows AMIs; otherwise blank.

Returns:

  • (String)

    the current value of platform



84
85
86
# File 'lib/aws/ec2/image.rb', line 84

def platform
  @platform
end