class AWS::SimpleEmailService::IdentityCollection

def [] email_or_domain

Returns:
  • (Identity) - Returns an {Identity} with the given

Parameters:
  • email_or_domain (String) --
def [] email_or_domain
  Identity.new(email_or_domain, :config => config)
end