class AWS::Record::Model

def shard shard_name

Returns:
  • (Scope) - Returns a scope for restricting the domain of subsequent

Parameters:
  • shard_name (String) --
def shard shard_name
  new_scope.shard(shard_name)
end