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

Returns the value of attribute imageId.



884
885
886
# File 'lib/ec2/right_ec2.rb', line 884

def imageId
  @imageId
end

#imageLocationObject

Returns the value of attribute imageLocation.



886
887
888
# File 'lib/ec2/right_ec2.rb', line 886

def imageLocation
  @imageLocation
end

#imageOwnerIdObject

Returns the value of attribute imageOwnerId.



887
888
889
# File 'lib/ec2/right_ec2.rb', line 887

def imageOwnerId
  @imageOwnerId
end

#imageStateObject

Returns the value of attribute imageState.



885
886
887
# File 'lib/ec2/right_ec2.rb', line 885

def imageState
  @imageState
end

#isPublicObject

Returns the value of attribute isPublic.



888
889
890
# File 'lib/ec2/right_ec2.rb', line 888

def isPublic
  @isPublic
end

#productCodesObject

Returns the value of attribute productCodes.



889
890
891
# File 'lib/ec2/right_ec2.rb', line 889

def productCodes
  @productCodes
end