Module AWS::EC2::FilteredCollection
In: lib/aws/ec2/filtered_collection.rb

Methods

Public Class methods

Public Instance methods

Specify one or more criteria to filter elastic IP addresses by. A subsequent call to each will limit the results returned by provided filters.

  * Chain multiple calls of #filter together to AND multiple conditions
    together.
  * Supply multiple values to a singler #filter call to OR those
    value conditions together.
  * '*' matches one or more characters and '?' matches any one
    character.

Protected Instance methods

[Validate]