Class: RightAws::Ec2::QEc2DescribeImageAttributeType
- Inherits:
-
Object
- Object
- RightAws::Ec2::QEc2DescribeImageAttributeType
- Defined in:
- lib/ec2/right_ec2.rb
Instance Attribute Summary collapse
-
#imageId ⇒ Object
Returns the value of attribute imageId.
-
#launchPermission ⇒ Object
Returns the value of attribute launchPermission.
-
#productCodes ⇒ Object
Returns the value of attribute productCodes.
Instance Attribute Details
#imageId ⇒ Object
Returns the value of attribute imageId.
930 931 932 |
# File 'lib/ec2/right_ec2.rb', line 930 def imageId @imageId end |
#launchPermission ⇒ Object
Returns the value of attribute launchPermission.
931 932 933 |
# File 'lib/ec2/right_ec2.rb', line 931 def launchPermission @launchPermission end |
#productCodes ⇒ Object
Returns the value of attribute productCodes.
932 933 934 |
# File 'lib/ec2/right_ec2.rb', line 932 def productCodes @productCodes end |