You are viewing documentation for version 1 of the AWS SDK for Ruby. Version 2 documentation can be found here.

Class: AWS::EC2::ReservedInstancesOfferingCollection

Inherits:
Collection
  • Object
show all
Includes:
Core::Collection::WithLimitAndNextToken, TaggedCollection
Defined in:
lib/aws/ec2/reserved_instances_offering_collection.rb

Instance Method Summary collapse

Methods included from Core::Collection

#each, #each_batch, #enum, #first, #in_groups_of, #page

Methods included from TaggedCollection

#tagged, #tagged_values, #with_tag

Methods inherited from Collection

#[]

Methods included from FilteredCollection

#filter, #initialize

Instance Method Details

#member_classObject



21
22
23
# File 'lib/aws/ec2/reserved_instances_offering_collection.rb', line 21

def member_class
  ReservedInstancesOffering
end