module PG::AWS_RDS_IAM

The top-level AWS RDS IAM plugin namespace.

Constants

VERSION

The current version of the gem.

Public Class Methods

auth_token_generators() click to toggle source

Registry of available {AuthTokenGenerator}s.

@return [AuthTokenGeneratorRegistry]

# File lib/pg/aws_rds_iam.rb, line 24
def self.auth_token_generators
  @auth_token_generators
end