Method: AWS::EC2::Instance#architecture

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

#architectureSymbol (readonly)

The architecture of the image.

Returns:

  • (Symbol)

    the current value of architecture



151
152
153
# File 'lib/aws/ec2/instance.rb', line 151

def architecture
  @architecture
end