Class: RightAws::Ec2::QEc2DescribeImagesResponseItemType
- Inherits:
-
Object
- Object
- RightAws::Ec2::QEc2DescribeImagesResponseItemType
- Defined in:
- lib/ec2/right_ec2.rb
Overview
PARSERS: Images
Instance Attribute Summary collapse
-
#imageId ⇒ Object
Returns the value of attribute imageId.
-
#imageLocation ⇒ Object
Returns the value of attribute imageLocation.
-
#imageOwnerId ⇒ Object
Returns the value of attribute imageOwnerId.
-
#imageState ⇒ Object
Returns the value of attribute imageState.
-
#isPublic ⇒ Object
Returns the value of attribute isPublic.
-
#productCodes ⇒ Object
Returns the value of attribute productCodes.
Instance Attribute Details
#imageId ⇒ Object
Returns the value of attribute imageId.
884 885 886 |
# File 'lib/ec2/right_ec2.rb', line 884 def imageId @imageId end |
#imageLocation ⇒ Object
Returns the value of attribute imageLocation.
886 887 888 |
# File 'lib/ec2/right_ec2.rb', line 886 def imageLocation @imageLocation end |
#imageOwnerId ⇒ Object
Returns the value of attribute imageOwnerId.
887 888 889 |
# File 'lib/ec2/right_ec2.rb', line 887 def imageOwnerId @imageOwnerId end |
#imageState ⇒ Object
Returns the value of attribute imageState.
885 886 887 |
# File 'lib/ec2/right_ec2.rb', line 885 def imageState @imageState end |
#isPublic ⇒ Object
Returns the value of attribute isPublic.
888 889 890 |
# File 'lib/ec2/right_ec2.rb', line 888 def isPublic @isPublic end |
#productCodes ⇒ Object
Returns the value of attribute productCodes.
889 890 891 |
# File 'lib/ec2/right_ec2.rb', line 889 def productCodes @productCodes end |