Class: RightAws::Ec2::QEc2DescribeImagesResponseItemType

Inherits:
Object
  • Object
show all
Defined in:
lib/ec2/right_ec2.rb

Overview


PARSERS: Images

Instance Attribute Summary collapse

Instance Attribute Details

#imageIdObject

:nodoc:



915
916
917
# File 'lib/ec2/right_ec2.rb', line 915

def imageId
  @imageId
end

#imageLocationObject

Returns the value of attribute imageLocation.



917
918
919
# File 'lib/ec2/right_ec2.rb', line 917

def imageLocation
  @imageLocation
end

#imageOwnerIdObject

Returns the value of attribute imageOwnerId.



918
919
920
# File 'lib/ec2/right_ec2.rb', line 918

def imageOwnerId
  @imageOwnerId
end

#imageStateObject

Returns the value of attribute imageState.



916
917
918
# File 'lib/ec2/right_ec2.rb', line 916

def imageState
  @imageState
end

#isPublicObject

Returns the value of attribute isPublic.



919
920
921
# File 'lib/ec2/right_ec2.rb', line 919

def isPublic
  @isPublic
end

#productCodesObject

Returns the value of attribute productCodes.



920
921
922
# File 'lib/ec2/right_ec2.rb', line 920

def productCodes
  @productCodes
end