Method: AWS::EC2::Image#name

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

#nameString (readonly)

The name of the AMI that was provided during image creation.

Returns:

  • (String)

    the current value of name



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

def name
  @name
end