Method: AWS::EC2::Image#owner_id

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

#owner_idString (readonly)

The AWS account ID of the image owner.

Returns:

  • (String)

    the current value of owner_id



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

def owner_id
  @owner_id
end