Module AWS::IAM::Collection::WithPrefix
In: lib/aws/iam/collection.rb

Common methods for collection classes that can be filtered by a path prefix.

Methods

each   new   with_prefix  

Included Modules

Collection

Attributes

prefix  [R]  @return [String] The path prefix by which the collection is
  filtered.

Public Class methods

Public Instance methods

Returns a collection object including only those groups whose paths begin with the supplied prefix.

@param [String] prefix The path prefix for filtering the

  results.

@return [GroupCollection]

[Validate]