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_item   new   with_prefix  

Included Modules

Collection

Attributes

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

Public Class methods

@api private

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]

Protected Instance methods

[Validate]