Module | AWS::IAM::Collection::WithPrefix |
In: |
lib/aws/iam/collection.rb
|
Common methods for collection classes that can be filtered by a path prefix.
prefix | [R] |
@return [String] The path prefix by which the collection is
filtered. |
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]