class AWS::EC2::ReservedInstances

Constants

ATTRIBUTES

Attributes

id[R]

@return [String] The id of this reserved instance.

Public Class Methods

new(id, options = {}) click to toggle source
# File lib/aws/ec2/reserved_instances.rb, line 33
def initialize id, options = {}
  @id = id
  super
end