class AWS::SimpleDB::DomainCollection

def [] domain_name

Returns:
  • (Domain) - Returns the domain with the given name.

Parameters:
  • domain_name (String) -- The name of the domain to return.

Other tags:
    Note: - This does not attempt to create the domain if it does not
def [] domain_name
  domain_named(domain_name)
end